-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vue3问题 #418
Comments
去掉 reduce-loader 和 vue-improve-loader 后,看看编译是否正常?除此之外 vue 模板编译 kbone 就没有插手过了,全是 vue 自己做的。 也可以试试构建成 web,如果 web 可以的话,那编译模板这块尝试对齐到 web 就行。 |
去掉 reduce-loader 和 vue-improve-loader 后问题依然存在,web构建一直没有问题,现在的解决办法是把最外面的div换成 wx-view, 就能编译通过。 |
那不应该,kbone 构建时按道理不会插手任何框架相关的处理。 给一下可以复现问题的完整 demo 我试试? |
在vue3.2下复现总结:template下不写一个根div, 就无法渲染 |
我将 demo26 切到 3.2.31 版本,然后 template 根 div 下补充多个平行的 div,仍然是可以正常渲染的。 |
该问题是否仍存在?是的话看能不能抽一个可以完整复现的 demo 给我? |
使用vue3.2, 如下的template编译报错:
错误:
VM28 WAService.js:2 TypeError: Cannot read property 'cloneNode' of undefined
at insertStaticContent。。。
这样注释一个div, 可通过:
改部分div 为 wx-view 也可以通过:
The text was updated successfully, but these errors were encountered: