refactor(env): 调整环境变量配置并更新依赖版本-

This commit is contained in:
DaxPay
2024-12-10 20:12:59 +08:00
parent 7eec0bec88
commit 75a4af9727
5 changed files with 1318 additions and 1177 deletions

View File

@@ -303,6 +303,6 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
import('vue')
}