czcaiwj/calendar

配置后无法使用插件,是什么原因呢?

qpingcode opened this issue · 1 comments

具体错误为:
jsEnginScriptError
Component is not found in path "pages/count/plugin:/wx92c68dae5a8bb046/calendar" (using by "pages/count/count")
Error: Component is not found in path "pages/count/plugin:/wx92c68dae5a8bb046/calendar" (using by "pages/count/count")

已经在第三方服务》插件管理中添加了插件,且显示为已通过

已经配置了app.json:
"plugins": {
"calendar": {
"version": "1.1.3",
"provider": "wx92c68dae5a8bb046"
}
}

已经在页面cout.json中配置了:
{
"usingComponents": {
"calendar": "plugin://calendar/calendar"
}
}

还有什么没配置或者我没搞明白了吗?

试试降低调用基础库,然后再升回来