File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ declare module '@vue/runtime-core' {
22
22
IRiApps2Line : typeof import ( '~icons/ri/apps2-line' ) [ 'default' ]
23
23
MarkdownA : typeof import ( './src/components/MarkdownA.md' ) [ 'default' ]
24
24
MarkdownB : typeof import ( './src/components/MarkdownB.md' ) [ 'default' ]
25
- MyCustom : typeof import ( './../../../../../ src/CustomResolved.vue' ) [ 'default' ]
25
+ MyCustom : typeof import ( './src/CustomResolved.vue' ) [ 'default' ]
26
26
Recursive : typeof import ( './src/components/Recursive.vue' ) [ 'default' ]
27
27
RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
28
28
RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const config: UserConfig = {
30
30
resolvers : [
31
31
( name ) => {
32
32
if ( name === 'MyCustom' )
33
- return '/ src/CustomResolved.vue'
33
+ return path . resolve ( __dirname , ' src/CustomResolved.vue') . replaceAll ( '\\' , '/' )
34
34
} ,
35
35
VantResolver ( ) ,
36
36
IconsResolver ( {
You can’t perform that action at this time.
0 commit comments