通过 useExtendedLib 扩展库 的方式引入WeUI组件库,引入组件Checkbox-group和Checkbox时报错:Component is not found in path "miniprogram_npm/weui-miniprogram/components/checkbox/checkbox"
"mp-checkbox": "weui-miniprogram/components/checkbox/checkbox",
"mp-cells": "weui-miniprogram/components/cells/cells"
经查,应为:
"mp-checkbox": "weui-miniprogram/checkbox/checkbox",
"mp-cells": "weui-miniprogram/cells/cells"
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
他还有一个components层级 但是你没有。所以报这个错。组件引入层级看你自己的文件目录做对应修改。