We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf87c46 commit 8a97a33Copy full SHA for 8a97a33
package.json
@@ -143,6 +143,7 @@
143
"url": "https://gitee.com/yudaocode/yudao-ui-admin-vue3/issues"
144
},
145
"homepage": "https://gitee.com/yudaocode/yudao-ui-admin-vue3",
146
+ "web-types": "./web-types.json",
147
"engines": {
148
"node": ">= 16.0.0",
149
"pnpm": ">=8.6.0"
web-types.json
@@ -0,0 +1,19 @@
1
+{
2
+ "$schema": "https://json.schemastore.org/web-types",
3
+ "framework": "vue",
4
+ "name": "name written in package.json",
5
+ "version": "version written in package.json",
6
+ "contributions": {
7
+ "html": {
8
+ "types-syntax": "typescript",
9
+ "attributes": [
10
+ {
11
+ "name": "v-hasPermi"
12
+ },
13
14
+ "name": "v-hasRole"
15
+ }
16
+ ]
17
18
19
+}
0 commit comments