ant-design-vue
ant-design-vue copied to clipboard
cascader 组件在 nuxt 中使用 vue 3.4.8 及以上的版本时, 无法正常使用
trafficstars
- [x] I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.1.0
Environment
[email protected], [email protected]
Reproduction link
Steps to reproduce
第一级选项只有一个时正常工作, 而当第一级超过一个选项时, 点击下拉框时直接报错
What is expected?
所有类型的选项数据都能正常工作
What is actually happening?
第一级选项只有一个时正常工作, 而当第一级超过一个选项时, 点击下拉框时直接报错
在使用 vue 3.4.7 以前的版本没有问题, 3.4.8 以后的版本就出现这个问题了