This commit is contained in:
2025-08-23 13:09:30 +09:00
parent 08ec402139
commit 44f70df8c2
8 changed files with 208 additions and 742 deletions

View File

@@ -7,9 +7,6 @@ export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
CoinChart: typeof import('./../src/components/CoinChart.vue')['default']
HelloWorld: typeof import('./../src/components/HelloWorld.vue')['default']
LwChart: typeof import('./../src/components/lw-chart.vue')['default']
LWChart: typeof import('./../src/components/LWChart.vue')['default']
LWChartOption: typeof import('./../src/components/LWChartOption.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']

2
types/imports.d.ts vendored
View File

@@ -6,6 +6,7 @@
export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
const api: typeof import('../src/utils/api')['default']
const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
const computed: typeof import('vue')['computed']
@@ -33,6 +34,7 @@ declare global {
const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
const effectScope: typeof import('vue')['effectScope']
const extendRef: typeof import('@vueuse/core')['extendRef']
const getCandleList: typeof import('../src/utils/api')['getCandleList']
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
const getCurrentScope: typeof import('vue')['getCurrentScope']
const h: typeof import('vue')['h']