添加小程序OCR插件,编译报错
- OCR文档
- manifest.json
"mp-weixin" : { "appid" : "wx26xxxxxxxxx", "setting" : { "urlCheck" : false, "es6" : true, "minified" : true, "postcss" : true }, "plugins": { "ocr-plugin": { "version": "3.1.3", "provider": "wx4418xx" } }, "usingComponents" : true },
- pages.json
"globalStyle": { "usingComponents": { "ocr-navigator": "plugin://ocr-plugin/ocr-navigator" } }
-
编译报错
请注意运行模式下,因日志输出、sourcemap以及未压缩源码等原因,性能和包体积,均不及发行模式。 正在编译中... INFO Starting development server... 文件查找失败:'./plugin://ocr-plugin/ocr-navigator.vue' at main.js:11
1 个回复
9***@qq.com - 折柳赠友
我也遇到了同样的问题,解决了吗老哥