我根据 https://jin-yufeng.gitee.io/mp-htm 手册 npm run dev 生成实例,然后把生成的 mp-weixin 目录重命名 mp-html 拷到 小程序components目录,修改 json 文件 :
"usingComponents": {
"mp-html": "/components/mp-html/index"
}
但是运行以后出现这样的错误:
页面【components/mp-html/index]错误:
Error: This application has not registered any plugins yet.
怎么解决?
是不是用了 txv-video 但是没有在应用里注册插件,注册方法见 https://github.com/tvfe/txv-miniprogram-plugin