diff --git a/src/auto-imports.d.ts b/src/auto-imports.d.ts index a6f9c3e0..6e4a45a5 100644 --- a/src/auto-imports.d.ts +++ b/src/auto-imports.d.ts @@ -376,6 +376,7 @@ declare global { export type { OpenTradeVizOptions } from './stores/settings' import('./stores/settings') } + // for vue template auto import import { UnwrapRef } from 'vue' declare module 'vue' { @@ -735,4 +736,4 @@ declare module 'vue' { readonly watchWithFilter: UnwrapRef readonly whenever: UnwrapRef } -} +} \ No newline at end of file