mirror of
https://git.hmsn.ink/coin/chart.git
synced 2026-03-20 00:02:17 +09:00
xd
This commit is contained in:
3
types/components.d.ts
vendored
3
types/components.d.ts
vendored
@@ -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
2
types/imports.d.ts
vendored
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user