mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-10 20:36:55 +08:00
chore: 更新依赖, 支持日程表单日多日程
This commit is contained in:
5
src/auto-imports.d.ts
vendored
5
src/auto-imports.d.ts
vendored
@@ -115,6 +115,7 @@ declare global {
|
||||
const getActivePinia: typeof import('pinia')['getActivePinia']
|
||||
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
||||
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
||||
const getCurrentWatcher: typeof import('vue')['getCurrentWatcher']
|
||||
const getDate: typeof import('date-fns')['getDate']
|
||||
const getDay: typeof import('date-fns')['getDay']
|
||||
const getDayOfYear: typeof import('date-fns')['getDayOfYear']
|
||||
@@ -179,6 +180,7 @@ declare global {
|
||||
const isSameWeek: typeof import('date-fns')['isSameWeek']
|
||||
const isSameYear: typeof import('date-fns')['isSameYear']
|
||||
const isSaturday: typeof import('date-fns')['isSaturday']
|
||||
const isShallow: typeof import('vue')['isShallow']
|
||||
const isSunday: typeof import('date-fns')['isSunday']
|
||||
const isThisHour: typeof import('date-fns')['isThisHour']
|
||||
const isThisISOWeek: typeof import('date-fns')['isThisISOWeek']
|
||||
@@ -507,6 +509,7 @@ declare global {
|
||||
const useThrottleFn: typeof import('@vueuse/core')['useThrottleFn']
|
||||
const useThrottledRefHistory: typeof import('@vueuse/core')['useThrottledRefHistory']
|
||||
const useTimeAgo: typeof import('@vueuse/core')['useTimeAgo']
|
||||
const useTimeAgoIntl: typeof import('@vueuse/core')['useTimeAgoIntl']
|
||||
const useTimeout: typeof import('@vueuse/core')['useTimeout']
|
||||
const useTimeoutFn: typeof import('@vueuse/core')['useTimeoutFn']
|
||||
const useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll']
|
||||
@@ -553,6 +556,6 @@ declare global {
|
||||
// for type re-export
|
||||
declare global {
|
||||
// @ts-ignore
|
||||
export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
|
||||
export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, ShallowRef, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
|
||||
import('vue')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user