Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.1.0
Environment
nuxt3.10.2, vue3.4.19,chrome119
Reproduction link
https://antdv.com/docs/vue/introduce-cn
Steps to reproduce
app.vue页面里面直接复制一份官网的demo例子,点击选项就报错了,弹窗也关闭不了,非nuxt项目虽然有报错,但是能正常选中
<script lang="ts" setup> import { ref } from 'vue'; const handleChange = (value: string[]) => { console.log(`selected ${value}`); }; const value = ref(['a1', 'b2']); </script>What is expected?
能正常选中和关闭弹窗
What is actually happening?
报错