|
@@ -2,9 +2,7 @@
|
|
|
import 'vue'
|
|
import 'vue'
|
|
|
|
|
|
|
|
declare module '@vue/runtime-core' {
|
|
declare module '@vue/runtime-core' {
|
|
|
- type Hooks = App.AppInstance & Page.PageInstance;
|
|
|
|
|
|
|
+ type Hooks = App.AppInstance & Page.PageInstance
|
|
|
|
|
|
|
|
- interface ComponentCustomOptions extends Hooks {
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ interface ComponentCustomOptions extends Hooks {}
|
|
|
}
|
|
}
|