diff --git a/src/components/field-key/new.vue b/src/components/field-key/new.vue index 317298851..afb90681d 100644 --- a/src/components/field-key/new.vue +++ b/src/components/field-key/new.vue @@ -41,7 +41,7 @@ except according to the terms contained in the LICENSE file. {{ $t('success[0]', created) }}

- +

{{ $t('success[1]', created) }}

@@ -23,6 +28,12 @@ except according to the terms contained in the LICENSE file. defineOptions({ name: 'QrPanel' }); +defineProps({ + showClose: { + type: Boolean, + default: true + } +});