unplugin / unplugin-auto-import

Auto import APIs on-demand for Vite, Webpack and Rollup
MIT License
3.21k stars 195 forks source link

使用 ant-design-vue,在 a-modal 组件中,加了destroyOnClose 属性,在关闭弹窗时,.ant-modal-wrap 这个 dom 节点并没有自动添加 display:none。导致弹窗消失后遮罩还在,页面无法正常使用。 #168

Closed upJiang closed 2 years ago

upJiang commented 2 years ago

"ant-design-vue": "2.2.8", "unplugin-auto-import": "^0.6.9", "unplugin-vue-components": "^0.18.4", "vite-plugin-style-import": "^2.0.0",

antfu commented 2 years ago

We temporarily close this due to the lack of enough information. Please provide a minimal reproduction to reopen the issue. Thanks.

Why reproduction is required