diff --git a/components.d.ts b/components.d.ts index 67a3d3e..a8f37e3 100644 --- a/components.d.ts +++ b/components.d.ts @@ -30,6 +30,7 @@ declare module 'vue' { NModal: typeof import('naive-ui')['NModal'] NModalProvider: typeof import('naive-ui')['NModalProvider'] NPagination: typeof import('naive-ui')['NPagination'] + NSelect: typeof import('naive-ui')['NSelect'] NSplit: typeof import('naive-ui')['NSplit'] NSwitch: typeof import('naive-ui')['NSwitch'] NTabPane: typeof import('naive-ui')['NTabPane'] diff --git a/index.html b/index.html index 97158b9..db7c352 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@