使用uni-app开发微信小程序:
父组件index.vue 已经在 pages.json中声明:
"pages": [{
"path": "pages/index/index",
"style": {
"usingComponents": {
"txv-video": "plugin://tencentvideo/video"
}
}
}]
在父组件中能正常使用腾讯视频插件。
但是如果子组件中,需要使用腾讯视频插,该怎么声明 usingComponents 呢?需要去那里配置?
1 个回复
1***@qq.com
题主找到解决方法了嘛