@@ -6,19 +6,20 @@ declare module 'vue' {
6
6
export interface GlobalComponents {
7
7
Avatar : typeof import ( './src/components/global/avatar.vue' ) [ 'default' ]
8
8
Book : typeof import ( './src/components/book/index.vue' ) [ 'default' ]
9
- CarbonSvg : typeof import ( './src/components/CarbonSvg.svg' ) [ 'default' ]
9
+ CarbonSvg : typeof import ( './src/components/CarbonSvg.svg?component ' ) [ 'default' ]
10
10
ComponentA : typeof import ( './src/components/ComponentA.vue' ) [ 'default' ]
11
+ ComponentAsync : typeof import ( './src/components/ComponentAsync.vue' ) [ 'default' ]
11
12
ComponentB : typeof import ( './src/components/ComponentB.vue' ) [ 'default' ]
12
13
ComponentC : typeof import ( './src/components/component-c.vue' ) [ 'default' ]
13
14
ComponentD : typeof import ( './src/components/ComponentD.vue' ) [ 'default' ]
14
- IFaSolidDiceFive : typeof import ( 'virtual: icons/fa-solid/dice-five' ) [ 'default' ]
15
- IHeroiconsOutlineMenuAlt2 : typeof import ( 'virtual: icons/heroicons-outline/menu-alt2' ) [ 'default' ]
16
- 'IMdi:diceD12' : typeof import ( 'virtual: icons/mdi/dice-d12' ) [ 'default' ]
17
- IMdiLightAlarm : typeof import ( 'virtual: icons/mdi-light/alarm' ) [ 'default' ]
18
- IRiApps2Line : typeof import ( 'virtual: icons/ri/apps2-line' ) [ 'default' ]
15
+ IFaSolidDiceFive : typeof import ( '~ icons/fa-solid/dice-five' ) [ 'default' ]
16
+ IHeroiconsOutlineMenuAlt2 : typeof import ( '~ icons/heroicons-outline/menu-alt2' ) [ 'default' ]
17
+ 'IMdi:diceD12' : typeof import ( '~ icons/mdi/dice-d12' ) [ 'default' ]
18
+ IMdiLightAlarm : typeof import ( '~ icons/mdi-light/alarm' ) [ 'default' ]
19
+ IRiApps2Line : typeof import ( '~ icons/ri/apps2-line' ) [ 'default' ]
19
20
MarkdownA : typeof import ( './src/components/MarkdownA.md' ) [ 'default' ]
20
21
MarkdownB : typeof import ( './src/components/MarkdownB.md' ) [ 'default' ]
21
- MyCustom : typeof import ( './src/CustomResolved.vue' ) [ 'default' ]
22
+ MyCustom : typeof import ( './../../../../../../ src/CustomResolved.vue' ) [ 'default' ]
22
23
Recursive : typeof import ( './src/components/Recursive.vue' ) [ 'default' ]
23
24
UiButton : typeof import ( './src/components/ui/button.vue' ) [ 'default' ]
24
25
UiNestedCheckbox : typeof import ( './src/components/ui/nested/checkbox.vue' ) [ 'default' ]
0 commit comments