mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-21 07:33:51 +00:00
chore: update autoimport
This commit is contained in:
parent
73de024a92
commit
51c6d22839
3
src/auto-imports.d.ts
vendored
3
src/auto-imports.d.ts
vendored
|
@ -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<typeof import('@vueuse/core')['watchWithFilter']>
|
||||
readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user