From 73c3a9aff6d6a75f6739cb6b491600c1981f9610 Mon Sep 17 00:00:00 2001 From: qiang Date: Fri, 25 Aug 2023 19:44:07 +0800 Subject: [PATCH] chore: update shims-uni.d.ts --- shims-uni.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 { }