ant-design-vue
ant-design-vue copied to clipboard
a-cascader多选状态下,设置多个默认值没有效果
trafficstars
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.1.0
Environment
vue
Reproduction link
https://next.antdv.com/components/cascader-cn
Steps to reproduce
const selectedItems = ref(['1', '1-1', '1-1-1', '2', '2-1']);设置这种多选的默认值,不会回显勾选
What is expected?
能够设置多个默认值
What is actually happening?
a-cascader多选状态的bug