We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
4.2.6
vue3
https://www.antdv.com/components/collapse-cn#api
<Collapse v-model:active-key="activeKey" accordion> <CollapsePanel v-for="(item, index) in data" :key="index" /> </Collapse>
考虑将字段换为name,但同时可以保留key,name传值时忽略key
key会冲突
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
4.2.6
Environment
vue3
Reproduction link
https://www.antdv.com/components/collapse-cn#api
Steps to reproduce
What is expected?
考虑将字段换为name,但同时可以保留key,name传值时忽略key
What is actually happening?
key会冲突
The text was updated successfully, but these errors were encountered: