已上传附件
- 发布:2022-08-13 14:14
- 更新:2022-08-15 14:33
- 阅读:511
【报Bug】nvue 子组件mounted异常
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 21H2
HBuilderX类型: 正式
HBuilderX版本号: 3.5.4
手机系统: iOS
手机系统版本号: iOS 14
手机厂商: 苹果
手机机型: iphone Xs max , iphone13
页面类型: nvue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
nvue页面使用多个子组件,其中一个子组件使用 watch 中使用 immediate 并且 实现 mounted
nvue页面使用多个子组件,其中一个子组件使用 watch 中使用 immediate 并且 实现 mounted
预期结果:
正常不报错
正常不报错
实际结果:
报错[Vue warn]: onMounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.
报错[Vue warn]: onMounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.
1***@qq.com (作者)
没有写异步函数
2022-08-15 14:40
1***@qq.com (作者)
跑一下附件的代码应该可以复现出来android是正常的ios报错
2022-08-15 14:43