我已在manifest.json里配置了plugins插件
"mp-weixin": {
"appid": "wx",
"setting": {
"urlCheck": false,
"minified": true
},
"usingComponents": true,
"plugins": {
"tencentvideo": {
"version": "1.3.6",
"provider": "wxa75efa648b60994b"
}
}
},
请问一下,在组件里使用注册此插件?
我测试了
import txvVideo from 'plugin://tencentvideo/video';
注册方法,但提示未找到。
目前我只需要在微信端使用此插件
2 个回复
蓝狐蜗牛 (作者)
顶一下
蓝狐蜗牛 (作者)
顶一下