ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

直接使用对话框Modal打不开,发现使用的是react的open,应该使用vue的visible

Open superuser123472 opened this issue 6 months ago • 2 comments
trafficstars

  • [ ] I have searched the issues of this repository and believe that this is not a duplicate.

Version

undefined

Environment

win11,"vue": "^3.2.45","ant-design-vue": "^3.2.15",

Reproduction link

http://localhost:9000/#/visualManagement/statisticalAnalysis

Steps to reproduce

直接在vue中使用这段代码是打不开的,连浏览器dom元素都没渲染处理,要把opne改成vue的visible才能打开。

What is expected?

这是vue文档,为什么要用react的open

What is actually happening?

打不开对话框modal

superuser123472 avatar May 21 '25 03:05 superuser123472