diff --git a/app/components.d.ts b/app/components.d.ts index 9564824..8d450bb 100644 --- a/app/components.d.ts +++ b/app/components.d.ts @@ -10,12 +10,15 @@ declare module 'vue' { NAvatar: typeof import('naive-ui')['NAvatar'] NBadge: typeof import('naive-ui')['NBadge'] NButton: typeof import('naive-ui')['NButton'] + NCarousel: typeof import('naive-ui')['NCarousel'] NCascader: typeof import('naive-ui')['NCascader'] NCheckbox: typeof import('naive-ui')['NCheckbox'] NCheckboxGroup: typeof import('naive-ui')['NCheckboxGroup'] NConfigProvider: typeof import('naive-ui')['NConfigProvider'] NDatePicker: typeof import('naive-ui')['NDatePicker'] NDropdown: typeof import('naive-ui')['NDropdown'] + NEllipsis: typeof import('naive-ui')['NEllipsis'] + NEmpty: typeof import('naive-ui')['NEmpty'] NFor: typeof import('naive-ui')['NFor'] NForm: typeof import('naive-ui')['NForm'] NFormItem: typeof import('naive-ui')['NFormItem'] diff --git a/app/components/Authentication.vue b/app/components/Authentication.vue index ec7b778..6cb095e 100644 --- a/app/components/Authentication.vue +++ b/app/components/Authentication.vue @@ -1,52 +1,55 @@