mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
chore: update deps
This commit is contained in:
parent
4e52563d59
commit
b60d6096fa
8 changed files with 1079 additions and 847 deletions
2
app/auto-imports.d.ts
vendored
2
app/auto-imports.d.ts
vendored
|
@ -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']>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue