From e16928b3badcdbc2a79f3ab2f06a7feeb0700521 Mon Sep 17 00:00:00 2001 From: mirari Date: Sat, 2 Nov 2024 10:12:37 +0800 Subject: [PATCH] fix: fix type declaration --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 987001c..b34219a 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -29,7 +29,7 @@ export declare const component: DefineComponent<{}, {}, any> export default VueViewer -declare module '@vue/runtime-core' { +declare module 'vue' { interface ComponentCustomProperties { $viewerApi: typeof api }