File tree 4 files changed +0
-37
lines changed 4 files changed +0
-37
lines changed Original file line number Diff line number Diff line change @@ -51,23 +51,3 @@ declare module 'vue' {
51
51
head ?( nuxtApp : NuxtApp ) : UseHeadInput
52
52
}
53
53
}
54
-
55
- declare module '@vue/runtime-core' {
56
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
57
- interface App < HostElement > {
58
- $nuxt : NuxtApp
59
- }
60
- interface ComponentCustomProperties {
61
- $nuxt : NuxtApp
62
- }
63
- }
64
-
65
- declare module '@vue/runtime-dom' {
66
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
67
- interface App < HostElement > {
68
- $nuxt : NuxtApp
69
- }
70
- interface ComponentCustomProperties {
71
- $nuxt : NuxtApp
72
- }
73
- }
Original file line number Diff line number Diff line change @@ -125,14 +125,6 @@ interface _GlobalComponents {
125
125
${ componentTypes . map ( ( [ pascalName , type ] ) => ` 'Lazy${ pascalName } ': ${ type } ` ) . join ( '\n' ) }
126
126
}
127
127
128
- declare module '@vue/runtime-core' {
129
- export interface GlobalComponents extends _GlobalComponents { }
130
- }
131
-
132
- declare module '@vue/runtime-dom' {
133
- export interface GlobalComponents extends _GlobalComponents { }
134
- }
135
-
136
128
declare module 'vue' {
137
129
export interface GlobalComponents extends _GlobalComponents { }
138
130
}
Original file line number Diff line number Diff line change @@ -161,14 +161,6 @@ declare module '#app' {
161
161
}
162
162
}
163
163
164
- declare module '@vue/runtime-core' {
165
- interface ComponentCustomProperties extends NuxtAppInjections { }
166
- }
167
-
168
- declare module '@vue/runtime-dom' {
169
- interface ComponentCustomProperties extends NuxtAppInjections { }
170
- }
171
-
172
164
declare module 'vue' {
173
165
interface ComponentCustomProperties extends NuxtAppInjections { }
174
166
}
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ export default defineUntypedSchema({
45
45
'vue' ,
46
46
'@vue/runtime-core' ,
47
47
'@vue/compiler-sfc' ,
48
- '@vue/runtime-dom' ,
49
48
'vue-router' ,
50
49
'vue-router/auto-routes' ,
51
50
'unplugin-vue-router/client' ,
You can’t perform that action at this time.
0 commit comments