收藏
回答

引用插件,提示找不到.Component is not found in pat

问题类型 插件 AppID 插件版本号 AppID 操作系统 微信版本 基础库版本
Bug wxd5ad385e237c39f7 1.0.2 wx774c7988465c4fa8 Android 6.5.3 2.6.5

app.json

"plugins": {

    "myPluginpicker": {

            "version": "1.0.2",

            "provider": "wxd5ad385e237c39f7"

    }

}


index.json

"usingComponents": {

"inputpicker": "plugin://myPluginpicker/inputpicker"

}


其它代码使用组件介绍中的示例代码


报错:

Component is not found in path "plugin://wxd5ad385e237c39f7/inputpicker" (using by "pages/index")


回答关注问题邀请回答
收藏

2 个回答

  • 右手年华
    右手年华
    2020-07-30

    我也是这个问题 请问你怎么解决的


    2020-07-30
    有用
    回复
  • aynes 秦
    aynes 秦
    2019-04-15

    我想使用  可输入的选取器插件

    在微信开发者工具中调试


    2019-04-15
    有用
    回复 2
    • 老船长
      老船长
      2019-05-05

      不好意思!刚看到你的问题

      应该是"plugin://myPluginpicker/jsInputPicker"

      2019-05-05
      回复
    • aynes 秦
      aynes 秦
      2019-05-05回复老船长

      收到 ,谢谢您的回复

      2019-05-05
      回复
登录 后发表内容