diff --git a/components.d.ts b/components.d.ts index 1ad1112c..8da37178 100644 --- a/components.d.ts +++ b/components.d.ts @@ -176,6 +176,7 @@ declare module '@vue/runtime-core' { NMenu: typeof import('naive-ui')['NMenu'] NProgress: typeof import('naive-ui')['NProgress'] NScrollbar: typeof import('naive-ui')['NScrollbar'] + NSelect: typeof import('naive-ui')['NSelect'] NSlider: typeof import('naive-ui')['NSlider'] NSpace: typeof import('naive-ui')['NSpace'] NStatistic: typeof import('naive-ui')['NStatistic'] diff --git a/src/tools/encryption/encryption.vue b/src/tools/encryption/encryption.vue index 2ad47b51..5a587ae7 100644 --- a/src/tools/encryption/encryption.vue +++ b/src/tools/encryption/encryption.vue @@ -1,18 +1,37 @@