chore: update autoimport

This commit is contained in:
Matthias 2024-11-20 20:03:41 +01:00
parent 73de024a92
commit 51c6d22839

View File

@ -376,6 +376,7 @@ declare global {
export type { OpenTradeVizOptions } from './stores/settings' export type { OpenTradeVizOptions } from './stores/settings'
import('./stores/settings') import('./stores/settings')
} }
// for vue template auto import // for vue template auto import
import { UnwrapRef } from 'vue' import { UnwrapRef } from 'vue'
declare module 'vue' { declare module 'vue' {
@ -735,4 +736,4 @@ declare module 'vue' {
readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']> readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']> readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
} }
} }