@@ -29,7 +29,7 @@ export {}
2929
3030/* prettier-ignore */
3131declare module 'vue' {
32- export interface ComponentCustomProperties {
32+ export interface GlobalDirectives {
3333 vLoading: typeof import (' test/directive/Loading' )[' default' ]
3434 }
3535}
@@ -51,7 +51,7 @@ declare module 'vue' {
5151 RouterView: typeof import (' vue-router' )[' RouterView' ]
5252 TestComp: typeof import (' test/component/TestComp' )[' default' ]
5353 }
54- export interface ComponentCustomProperties {
54+ export interface GlobalDirectives {
5555 vLoading: typeof import (' test/directive/Loading' )[' default' ]
5656 }
5757}
@@ -130,7 +130,7 @@ declare module 'vue' {
130130 SomeComp: typeof import (' test/component/SomeComp' )[' default' ]
131131 TestComp: typeof import (' test/component/TestComp' )[' default' ]
132132 }
133- export interface ComponentCustomProperties {
133+ export interface GlobalDirectives {
134134 vDirective: typeof import (' foo' )
135135 vLoading: typeof import (' test/directive/Loading' )[' default' ]
136136 vSome: typeof import (' test/directive/Some' )[' default' ]
@@ -154,7 +154,7 @@ declare module 'vue' {
154154 RouterView: typeof import (' vue-router' )[' RouterView' ]
155155 TestComp: typeof import (' test/component/TestComp' )[' default' ]
156156 }
157- export interface ComponentCustomProperties {
157+ export interface GlobalDirectives {
158158 vLoading: typeof import (' test/directive/Loading' )[' default' ]
159159 }
160160}
0 commit comments