抖音小程序主包不能直接引用分包文件
问题
在开发抖音小程序时,编译错误:主包不能直接引用分包文件,请配置占位组件。
解决方案
在 manifest.json
-> mp-toutiao
添加属性 "scopedSlotsCompiler": "augmented"
,详情查看scopedSlotsCompiler
"mp-toutiao": {
"scopedSlotsCompiler": "augmented"
}
在开发抖音小程序时,编译错误:主包不能直接引用分包文件,请配置占位组件。
在 manifest.json
-> mp-toutiao
添加属性 "scopedSlotsCompiler": "augmented"
,详情查看scopedSlotsCompiler
"mp-toutiao": {
"scopedSlotsCompiler": "augmented"
}