我在插件市场引入了几个组件,在webapp端运行是没有问题的,但是我用npm run dev:mp-weixin的时候出现了You may need an appropriate loader to handle this file type。
尝试在pages.json 中的globalStyle使用
"usingComponents": {
"uni-grid": "/components/uni-grid/uni-grid",
"fa-icon": "/components/fa-icon/fa-icon",
"uni-list": "/components/uni-list/uni-list",
"wuc-tab": "/components/wuc-tab/wuc-tab"
}
还是不行。