Open linxing1026 opened 6 months ago
pages.json中配置了easycom "easycom": { "autoscan": true, "custom": { "^uni-(.)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue", "^we-uni-(.)": "components/uni-$1/uni-$1.vue" } }, vue.config.js中也配置了如下 transpileDependencies: ['@dcloudio/uni-ui'] 页面中使用uni-ui组件还是报错 unknow custom element
pages.json中配置了easycom "easycom": { "autoscan": true, "custom": { "^uni-(.)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue", "^we-uni-(.)": "components/uni-$1/uni-$1.vue" } }, vue.config.js中也配置了如下 transpileDependencies: ['@dcloudio/uni-ui'] 页面中使用uni-ui组件还是报错 unknow custom element