diff --git a/src/components/ProtectedLink/ProtectedLink.vue b/src/components/ProtectedLink/ProtectedLink.vue index 0fb9c31..5347cd7 100644 --- a/src/components/ProtectedLink/ProtectedLink.vue +++ b/src/components/ProtectedLink/ProtectedLink.vue @@ -34,7 +34,7 @@ const props = defineProps({ } return true }, - required: true, + default: undefined, }, force: { type: Boolean,