dever 5 년 전
부모
커밋
48e36b1762
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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"
 		}
 	}
 }