remriver
remriver
### Environment chrome 104.0.5112.101, vue 3.2.37 , view-ui-plus 1.3.1 ### Reproduction link [https://run.iviewui.com/preview/Iyx1vrwA](https://run.iviewui.com/preview/Iyx1vrwA) ### Steps to reproduce 先调用this.$Message.loading(), 然后调用 this.$Message.destroy()(中间间隔几秒)。 ### What is expected? 正常运行 ### What is actually happening?...
### Environment view-ui-plus: "1.1.0", vue: "3.2.13", ### Reproduction link [https://run.iviewui.com/preview/xnlaJrY0](https://run.iviewui.com/preview/xnlaJrY0) ### Steps to reproduce 执行链接:https://run.iviewui.com/preview/xnlaJrY0 ### What is expected? 进度条正常加载 ### What is actually happening? 报错:Cannot set properties of undefined...
### Environment windows 10 chrome 114.0.5735.110 vue3 ### Reproduction link [https://run.iviewui.com/mGHd6QdC](https://run.iviewui.com/mGHd6QdC) ### Steps to reproduce 布局一个Drawer组件,打开浏览器调试窗口(F12),查看网页中Drawer组件的元素,可发现无论设置z-index为多少,渲染以后的z-index的值都为1000。 ### What is expected? 渲染后的组件的z-index与属性设置的一致 ### What is actually happening? 渲染后的z-index值不变