dever 5 years ago
parent
commit
48e36b1762
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages.json

+ 2 - 1
pages.json

@@ -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"
 		}
 	}
 }