feat(i18n): i18n Outlook safelink tool

refactor(tools): Only show the output when there is an input value
This commit is contained in:
Amery2010 2024-03-11 18:43:34 +08:00
parent 5f5e01d594
commit 61b5a610ea
7 changed files with 31 additions and 13 deletions

1
components.d.ts vendored
View file

@ -160,6 +160,7 @@ declare module '@vue/runtime-core' {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
RsaKeyPairGenerator: typeof import('./src/tools/rsa-key-pair-generator/rsa-key-pair-generator.vue')['default']
SafelinkDecoder: typeof import('./src/tools/safelink-decoder/safelink-decoder.vue')['default']
SlugifyString: typeof import('./src/tools/slugify-string/slugify-string.vue')['default']
SpanCopyable: typeof import('./src/components/SpanCopyable.vue')['default']
SqlPrettify: typeof import('./src/tools/sql-prettify/sql-prettify.vue')['default']