diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 2b4704b8..08e8c73f 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -1,4 +1,8 @@ -// Generated by 'unplugin-auto-import' +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// noinspection JSUnusedGlobalSymbols +// Generated by unplugin-auto-import export {} declare global { const EffectScope: typeof import('vue')['EffectScope'] @@ -57,6 +61,7 @@ declare global { const toRaw: typeof import('vue')['toRaw'] const toRef: typeof import('vue')['toRef'] const toRefs: typeof import('vue')['toRefs'] + const toValue: typeof import('vue')['toValue'] const triggerRef: typeof import('vue')['triggerRef'] const unref: typeof import('vue')['unref'] const useAttrs: typeof import('vue')['useAttrs'] @@ -71,3 +76,9 @@ declare global { const watchPostEffect: typeof import('vue')['watchPostEffect'] const watchSyncEffect: typeof import('vue')['watchSyncEffect'] } +// for type re-export +declare global { + // @ts-ignore + export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue' + import('vue') +} diff --git a/package.json b/package.json index 7b9bf9a4..52f5daea 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "autoprefixer": "10.4.18", "axios": "1.6.7", "china-area-data": "^5.0.1", - "codemirror": "6.0.1", + "codemirror": "5.65.16", "crypto-js": "4.2.0", "driver.js": "1.3.1", "echarts": "5.5.0",