[BScroll warn]: Can not resolve the wrapper DOM. Vue better-scroll [Vue warn]: Error in mounted hook
在使用better-scroll的时候遇到过的错误之一[BScroll warn]: Can not resolve the wrapper DOM. Vue better-scroll[Vue warn]: Error in mounted hook: “TypeError: Cannot read property ‘children’ of undefined”明明已经了DOM节点,为...
·
在使用better-scroll的时候遇到过的错误之一
[BScroll warn]: Can not resolve the wrapper DOM. Vue better-scroll
[Vue warn]: Error in mounted hook: “TypeError: Cannot read property ‘children’ of undefined”
明明已经了DOM节点,为什么还会报错呢????
出错的原因很简单------------------------------>
你肯定使用了v-if
问题就出在v-if这里,将v-if改为v-show就行了,v-show会渲染它,但是不显示。或者将v-if 里再包一层div 将绑定的元素改为这个新加的div
更多推荐
已为社区贡献3条内容
所有评论(0)