@@ -109,7 +109,8 @@
// 自动加载组件
"easycom": {
"custom": {
- "grace(.*)": "@/lib/graceUI/components/grace$1.vue"
+ "grace(.*)": "@/lib/graceUI/components/grace$1.vue",
+ "^y-(.*)": "@/lib/community/y-$1/y-$1.vue"
}