Closed xiaosatufu closed 5 years ago
请问您使用的vant版本是多少?或者贴一下代码
1,clone本项目 2,cnpm i 3, 4,npm run dev
版本
@xiaosatufu 请降级使用 vant 1.x,经过测试2.x版本在不使用vue3-cli编译的话会有bug
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@babel/runtime": "^7.5.5",
"vant": "^1.6.24",
"vue": "^2.6.10"
}
直接调用popup组件会出现 [Vue warn]: Error in nextTick: "TypeError: Cannot set property 'zIndex' of undefined" vue.js:1841 TypeError: Cannot set property 'zIndex' of undefined 不知道有没有解决方案。