mo 1 year ago
parent
commit
a8dca30a53
1 changed files with 0 additions and 2 deletions
  1. 0 2
      components.d.ts

+ 0 - 2
components.d.ts

@@ -9,8 +9,6 @@ export {}
 
 declare module '@vue/runtime-core' {
   export interface GlobalComponents {
-    NTabPane: typeof import('naive-ui')['NTabPane']
-    NTabs: typeof import('naive-ui')['NTabs']
     RouterLink: typeof import('vue-router')['RouterLink']
     RouterView: typeof import('vue-router')['RouterView']
   }