chore: update deps

This commit is contained in:
Jacky 2024-04-27 21:46:20 +08:00
parent 4e52563d59
commit b60d6096fa
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
8 changed files with 1079 additions and 847 deletions

View file

@ -84,6 +84,7 @@ declare global {
// for vue template auto import
import { UnwrapRef } from 'vue'
declare module 'vue' {
interface GlobalComponents {}
interface ComponentCustomProperties {
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>
@ -157,6 +158,7 @@ declare module 'vue' {
}
}
declare module '@vue/runtime-core' {
interface GlobalComponents {}
interface ComponentCustomProperties {
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>