refactor: ♻️ 全局组件导入方式变更
全局组件导入方式变更,再page.json里使用easycom导入
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
"easycom": {
|
||||
"autoscan": true,
|
||||
"custom": {
|
||||
"^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue"
|
||||
"^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
|
||||
"^dict-(.*)": "@/components/dict/$1.vue"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user