uni-app
uni-app copied to clipboard
抖音小程序不支持默认插槽
v-slot:default="{index,value}" vue2会报错启动失败报错,报错内容:
编译错误 主包不能直接引用分包文件,请配置占位组件 xxx/selector/selector--ui-selector--default--6e12.json
at xxx/components/selector/index.json
解决了吗
试试这个:
"mp-toutiao": {
"scopedSlotsCompiler": "augmented"
},
https://uniapp.dcloud.net.cn/collocation/manifest.html#mp-toutiao
我这边好像可以了