czcaiwj / calendar

微信小程序日历插件
660 stars 201 forks source link

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

Open qpingcode opened 6 years ago

qpingcode commented 6 years ago

具体错误为: 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" } }

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

czcaiwj commented 6 years ago

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