//我引用在服务详细order 文件夹下的 是可以用的,求讲解 基础库最新版本 2.17.0 2.13.2 都试过了
//配置信息
"plugins":{
"wxparserPlugin": {
"version": "0.4.0",
"provider": "wx9d4d4ffa781ff3ac"
}
}
/页面引用
"usingComponents": {
"wxparser" : "plugin://wxparserPlugin/wxparser"
//引用路径:plugin://wxparserPlugin/wxparser
}
引用在 pages文件夹路径下:
错误信息:
VM Service.js:2 Error: Component is not found in path "plugin://wx9d4d4ffa781ff3ac/wxparser" (using by "pages/*****/index")
//我引用在服务详细order 文件夹下的 是可以用的,求讲解