File tree Expand file tree Collapse file tree 8 files changed +1298
-10397
lines changed Expand file tree Collapse file tree 8 files changed +1298
-10397
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"typescript.tsdk" : " node_modules/typescript/lib"
3
- }
3
+ }
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ export default {
74
74
module .exports = {
75
75
/* ... */
76
76
plugins: [
77
- require (' unplugin-vue-components/webpack' )({ /* options */ })
78
- ]
77
+ require (' unplugin-vue-components/webpack' )({ /* options */ }),
78
+ ],
79
79
}
80
80
```
81
81
@@ -217,7 +217,7 @@ Components({
217
217
AntDesignVueResolver (),
218
218
ElementPlusResolver (),
219
219
VantResolver (),
220
- ]
220
+ ],
221
221
})
222
222
```
223
223
@@ -231,8 +231,8 @@ Components({
231
231
// where `name` is always CapitalCase
232
232
if (name .startsWith (' Van' ))
233
233
return { importName: name .slice (3 ), path: ' vant' }
234
- }
235
- ]
234
+ },
235
+ ],
236
236
})
237
237
```
238
238
@@ -298,7 +298,7 @@ Components({
298
298
// resolvers for custom components
299
299
resolvers: [],
300
300
301
- // generate `components.d.ts` global declarations,
301
+ // generate `components.d.ts` global declarations,
302
302
// also accepts a path for custom filename
303
303
dts: false ,
304
304
Original file line number Diff line number Diff line change 10
10
"vant" : " ^3.4.5"
11
11
},
12
12
"devDependencies" : {
13
- "@iconify/json" : " ^2.1.10 " ,
13
+ "@iconify/json" : " ^2.1.14 " ,
14
14
"@vitejs/plugin-vue" : " ^2.2.4" ,
15
15
"@vue/compiler-sfc" : " ^3.2.31" ,
16
16
"cross-env" : " ^7.0.3" ,
17
17
"has-pkg" : " ^0.0.1" ,
18
18
"typescript" : " ^4.6.2" ,
19
- "unplugin-icons" : " ^0.13.2 " ,
19
+ "unplugin-icons" : " ^0.13.3 " ,
20
20
"unplugin-vue-components" : " workspace:*" ,
21
21
"vite" : " ^2.8.6" ,
22
22
"vite-plugin-inspect" : " ^0.4.3" ,
23
- "vite-plugin-md" : " ^0.11.8 " ,
23
+ "vite-plugin-md" : " ^0.11.9 " ,
24
24
"vite-plugin-vue-svg" : " ^0.1.0"
25
25
}
26
26
}
Original file line number Diff line number Diff line change 16
16
"@vue/cli-plugin-typescript" : " ^5.0.1" ,
17
17
"@vue/cli-service" : " ^5.0.1" ,
18
18
"typescript" : " ^4.6.2" ,
19
- "unplugin-icons" : " ^0.13.2 " ,
19
+ "unplugin-icons" : " ^0.13.3 " ,
20
20
"unplugin-vue-components" : " workspace:*" ,
21
21
"unplugin-vue2-script-setup" : " ^0.10.0"
22
22
}
You can’t perform that action at this time.
0 commit comments