From 30f34c8a9ada0381fd013fc0543ffb582c9e106e Mon Sep 17 00:00:00 2001 From: Svante Bengtson Date: Sun, 17 Mar 2024 22:21:01 +0100 Subject: [PATCH] password input fields --- lib/components/ButtonLink.vue | 4 ++-- lib/components/Fields/TextField.vue | 11 +++-------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/lib/components/ButtonLink.vue b/lib/components/ButtonLink.vue index bc0790b..5fa93a2 100644 --- a/lib/components/ButtonLink.vue +++ b/lib/components/ButtonLink.vue @@ -3,7 +3,7 @@ import TextButton from './TextButton.vue' import { RouterLink } from 'vue-router' defineProps({ - ...TextButton.props, + ...TextButton.props }) @@ -14,7 +14,7 @@ export default {