mirror of
https://git.hmsn.ink/coin/chart.git
synced 2026-03-20 00:02:17 +09:00
차트 정의 완료
This commit is contained in:
3
types/components.d.ts
vendored
3
types/components.d.ts
vendored
@@ -7,6 +7,9 @@ export {}
|
||||
/* prettier-ignore */
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
ChartMid: typeof import('./../src/components/ChartMid.vue')['default']
|
||||
ChartTop: typeof import('./../src/components/ChartTop.vue')['default']
|
||||
ChatTop: typeof import('./../src/components/ChatTop.vue')['default']
|
||||
LWChart: typeof import('./../src/components/LWChart.vue')['default']
|
||||
LWChartOption: typeof import('./../src/components/LWChartOption.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
|
||||
3
types/imports.d.ts
vendored
3
types/imports.d.ts
vendored
@@ -9,6 +9,9 @@ declare global {
|
||||
const api: typeof import('../src/utils/api')['default']
|
||||
const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
|
||||
const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
|
||||
const calculateBollingerBands: typeof import('../src/utils/meter')['calculateBollingerBands']
|
||||
const calculateEMA: typeof import('../src/utils/meter')['calculateEMA']
|
||||
const calculateMACD: typeof import('../src/utils/meter')['calculateMACD']
|
||||
const computed: typeof import('vue')['computed']
|
||||
const computedAsync: typeof import('@vueuse/core')['computedAsync']
|
||||
const computedEager: typeof import('@vueuse/core')['computedEager']
|
||||
|
||||
Reference in New Issue
Block a user