8000 nuxt3中使用select多选框,点击选项有js报错 · Issue #7362 · vueComponent/ant-design-vue · GitHub
[go: up one dir, main page]

Skip to content
nuxt3中使用select多选框,点击选项有js报错 #7362
Closed
@robertyclin

Description

@robertyclin
  • 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?

报错

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0