收藏
回答

引入订阅组件 subscribe报错 Component is not found ?

app.json

 "plugins": {
      "live-player-plugin": {
          "version": "1.3.0",
          "provider": "wx2b03c6e691cd7370"
      }
  },
"usingComponents": {
    "subscribe": "plugin-private://wx2b03c6e691cd7370/components/subscribe/subscribe",
  "van-row": "@vant/weapp/row/index",
  "van-col": "@vant/weapp/col/index",
  "van-icon": "@vant/weapp/icon/index",
  "customer_service": "./components/customer_service/index"
}

报错信息

VM3428 WAService.js:2 SystemError (jsEnginScriptError)
Component is not found in path "plugin-private:/wx2b03c6e691cd7370/components/subscribe/subscribe" (using by "components/search-input/index")

问题是我没有在components/search-input/index 用subscribe

这个报错莫名其妙

之前有很多相关这个报错的问题,但是题主似乎都没有解决问题,是不是就放任这个问题了

回答关注问题邀请回答
收藏
登录 后发表内容
问题标签