Skip to content

Commit 9a41c7c

Browse files
committed
Fixed: handle json file
1 parent a674f3f commit 9a41c7c

6 files changed

Lines changed: 477 additions & 257 deletions

File tree

components.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ declare module 'vue' {
99
export interface GlobalComponents {
1010
NButton: typeof import('naive-ui')['NButton']
1111
NButtonGroup: typeof import('naive-ui')['NButtonGroup']
12+
NCard: typeof import('naive-ui')['NCard']
1213
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
1314
NDivider: typeof import('naive-ui')['NDivider']
1415
NEmpty: typeof import('naive-ui')['NEmpty']

0 commit comments

Comments
 (0)