Skip to content

Commit 3bae719

Browse files
author
wuliheng
committed
feat: add vetur help
1 parent 6bc6eab commit 3bae719

3 files changed

Lines changed: 729 additions & 2 deletions

File tree

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"lib",
88
"src",
99
"packages",
10-
"types"
10+
"types",
11+
"vetur-helper"
1112
],
1213
"publishConfig": {
1314
"access": "public"
@@ -170,5 +171,9 @@
170171
"post-commit": "git update-index --again"
171172
}
172173
},
173-
"gren": "@femessage/grenrc"
174+
"gren": "@femessage/grenrc",
175+
"vetur": {
176+
"tags": "vetur-helper/element-tags.json",
177+
"attributes": "vetur-helper/element-attributes.json"
178+
}
174179
}

0 commit comments

Comments
 (0)