💄 Optimize loading in rewind

This commit is contained in:
2025-12-27 15:19:05 +08:00
parent 6386ed1fda
commit 3a9c360b1c
2 changed files with 37 additions and 6 deletions

2
app/components.d.ts vendored
View File

@@ -12,6 +12,7 @@ export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
NA: typeof import('naive-ui')['NA']
NAlert: typeof import('naive-ui')['NAlert']
NAvatar: typeof import('naive-ui')['NAvatar']
NButton: typeof import('naive-ui')['NButton']
@@ -63,6 +64,7 @@ declare module 'vue' {
// For TSX support
declare global {
const NA: typeof import('naive-ui')['NA']
const NAlert: typeof import('naive-ui')['NAlert']
const NAvatar: typeof import('naive-ui')['NAvatar']
const NButton: typeof import('naive-ui')['NButton']