mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-24 12:05:16 +00:00
chore: update components.d.ts
This commit is contained in:
parent
576523101e
commit
1c07955900
3
src/components.d.ts
vendored
3
src/components.d.ts
vendored
|
@ -190,4 +190,7 @@ declare module 'vue' {
|
||||||
TradesLogChart: typeof import('./components/charts/TradesLogChart.vue')['default']
|
TradesLogChart: typeof import('./components/charts/TradesLogChart.vue')['default']
|
||||||
ValuePair: typeof import('./components/general/ValuePair.vue')['default']
|
ValuePair: typeof import('./components/general/ValuePair.vue')['default']
|
||||||
}
|
}
|
||||||
|
export interface ComponentCustomProperties {
|
||||||
|
vBToggle: typeof import('bootstrap-vue-next/directives/BToggle')['vBToggle']
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user