WeUI组件库引入Checkbox-group和Checkbox时报错
通过 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"