diff --git a/shims-uni.d.ts b/shims-uni.d.ts index d73d31e..ed4adcf 100644 --- a/shims-uni.d.ts +++ b/shims-uni.d.ts @@ -1,7 +1,9 @@ +/// import 'vue' -declare module "@vue/runtime-core" { +declare module '@vue/runtime-core' { type Hooks = App.AppInstance & Page.PageInstance; + interface ComponentCustomOptions extends Hooks { }