App端如何在页面中使用webpack require动态引入组件,H5可以生效
<component :is="currentView" v-if="authConfig.linkType===0" />
this.currentView = (resolve) => require([@/components/${this.authConfig.appCustomUrl}
],resolve)
- 发布:2023-05-30 10:47
- 更新:2024-05-08 10:22
- 阅读:243
动态引入组件
请问博主解决了吗?这种方式H5可以,但APP端就不行
-
s***@yinmaisoft.com (作者)
我没有解决,但是我注释一段代码之后就正常,const userInfo = uni.getStorageSync('userInfo') || {}
2024-05-09 11:52
1***@qq.com
你确定能用? 我试过不能用啊
2024-04-17 17:23