let name = "jx-text"
import(@/components/${name}/index.vue
).then(load => {
})
产品分类: uniapp/H5
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 2.8.11
浏览器平台: Chrome
浏览器版本: 81.0.4044.92
项目创建方式: HBuilderX
let name = "jx-text"
import(@/components/${name}/index.vue
).then(load => {
})
let name = "jx-text"
import(@/components/${name}/index.vue
).then(load => {
})
能恢复以前的效果,动态变量能编译。
能恢复以前的效果,动态变量能编译。
hbx更新到最新版本,编译运行h5后, import 动态变量方式失效了。
let name = "jx-text"
import(`@/components/${name}/index.vue`).then(load => {
})
恢复到上一个版本是可以运行的。
0 个回复