diff --git a/app/components.d.ts b/app/components.d.ts index e389ee3..d9c0e98 100644 --- a/app/components.d.ts +++ b/app/components.d.ts @@ -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'] diff --git a/app/pages/rewind/[code].vue b/app/pages/rewind/[code].vue index 9f0d0e9..9b68f0b 100644 --- a/app/pages/rewind/[code].vue +++ b/app/pages/rewind/[code].vue @@ -3,7 +3,7 @@
正在整理你的回顾数据……
@@ -12,7 +12,7 @@向下滚动以开始