mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 11:35:14 +00:00
Update auto-import after update
This commit is contained in:
parent
2e5651e1f7
commit
33ca9b30b0
2
src/auto-imports.d.ts
vendored
2
src/auto-imports.d.ts
vendored
|
@ -310,6 +310,7 @@ declare global {
|
||||||
// for vue template auto import
|
// for vue template auto import
|
||||||
import { UnwrapRef } from 'vue'
|
import { UnwrapRef } from 'vue'
|
||||||
declare module 'vue' {
|
declare module 'vue' {
|
||||||
|
interface GlobalComponents {}
|
||||||
interface ComponentCustomProperties {
|
interface ComponentCustomProperties {
|
||||||
readonly ColorPreferences: UnwrapRef<typeof import('./stores/colors')['ColorPreferences']>
|
readonly ColorPreferences: UnwrapRef<typeof import('./stores/colors')['ColorPreferences']>
|
||||||
readonly DashboardLayout: UnwrapRef<typeof import('./stores/layout')['DashboardLayout']>
|
readonly DashboardLayout: UnwrapRef<typeof import('./stores/layout')['DashboardLayout']>
|
||||||
|
@ -607,6 +608,7 @@ declare module 'vue' {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
declare module '@vue/runtime-core' {
|
declare module '@vue/runtime-core' {
|
||||||
|
interface GlobalComponents {}
|
||||||
interface ComponentCustomProperties {
|
interface ComponentCustomProperties {
|
||||||
readonly ColorPreferences: UnwrapRef<typeof import('./stores/colors')['ColorPreferences']>
|
readonly ColorPreferences: UnwrapRef<typeof import('./stores/colors')['ColorPreferences']>
|
||||||
readonly DashboardLayout: UnwrapRef<typeof import('./stores/layout')['DashboardLayout']>
|
readonly DashboardLayout: UnwrapRef<typeof import('./stores/layout')['DashboardLayout']>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user