We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
uniapp vue3 如今已支持打包成鸿蒙,请问有适配鸿蒙计划吗?
貌似在鸿蒙NEXT使用wxs会导致JS线程崩溃,具体没去看,目前mp-html不兼容鸿蒙NEXT
The text was updated successfully, but these errors were encountered:
估计作者也没时间管,最近也遇到相同的问题,排查了一圈下来发现node.vue这个组件是一个递归嵌套组件,自己调用自己,在鸿蒙中不允许这样做....有一些特殊场景会用到递归,比如表格内嵌图片、表格内再嵌表格等等等.... 问题定位出来了,暂时没想好怎么改....
Sorry, something went wrong.
/ /
确实是这个问题,我把node里调用的node删除了就好了。暂时先凑合用着,我嵌套的内容很少
新功能描述 uniapp vue3 如今已支持打包成鸿蒙,请问有适配鸿蒙计划吗? 应用场景 貌似在鸿蒙NEXT使用wxs会导致JS线程崩溃,具体没去看,目前mp-html不兼容鸿蒙NEXT
请问您这边是怎么适配鸿蒙的啊?是自己修改了插件还是鸿蒙替换了别的插件啊
No branches or pull requests
新功能描述
uniapp vue3 如今已支持打包成鸿蒙,请问有适配鸿蒙计划吗?
应用场景
貌似在鸿蒙NEXT使用wxs会导致JS线程崩溃,具体没去看,目前mp-html不兼容鸿蒙NEXT
The text was updated successfully, but these errors were encountered: