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 {