在pages.json里面配置,与pages平级
注意:自定义组件不要加-
// uni组件自动引入规则
"easycom": {
// 是否开启自动扫描
"autoscan": true,
"custom": {
// uni-ui 规则如下配置
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
// 以sh开头的组件自动引入,在@/components/sh$1.vue里面找
"^sh(.*)": "@/components/sh$1.vue"
}
},
"pages": [