沐霖
沐霖
### 问题描述 工具类 z-index无法 设置,按钮覆盖元素 ### 重现链接 https://codesandbox.io/s/73fx2l ### 重现步骤 。 ### 预期行为 。 ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome, Safari, Firefox...
https://github.com/SortableJS/Vue.Draggable/issues/1168#issue-1433973168 When Vue is on the prototype chain of Window, `"Vue" in window` is true. You need to judge window.vue is not undefined.
https://github.com/SortableJS/Vue.Draggable/blob/431db153bfdfe09e31f622f01e9b3220b77e6b56/src/vuedraggable.js#L481-L483 Console Print: ```js console.log('Vue in window>>>:', 'Vue' in window); > true console.log('window.Vue>>>:', window.Vue); > undefined ```
i use the plugin with vue3 ```js watch( () => props.visible, (newVal, oldVal) => { // code }, { deep: true }, ); ``` Repair results ```js watch( () =>...
Pull requests提供了最新主题数据,为什么不更新了
需要印度的地图数据,仓库的数据乱码
主应用、子应用都是vite+vue3,micro-app标签添加shadowDOM属性,白屏无法渲染。 报警告: ```shell runtime-core.esm-bundler.js:6620 [Vue warn]: Failed to mount app: mount target selector "#vite-app" returned null. warn2 @ runtime-core.esm-bundler.js:6620 ```