feat: 自动引入fly-xxx组件

This commit is contained in:
Burt
2023-12-23 14:32:19 +08:00
parent af06e8b6ad
commit dfabbc6342
4 changed files with 9 additions and 0 deletions

View File

@@ -16,6 +16,8 @@
"easycom": {
"autoscan": true,
"custom": {
"^Fly(.*)": "@/components/fly-$1/fly-$1.vue",
"^fly-(.*)": "@/components/fly-$1/fly-$1.vue",
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},