From 72c61869befe6a32392450c444c2f47b5e1ca53f Mon Sep 17 00:00:00 2001 From: Lightling Date: Thu, 16 May 2024 18:10:16 -0400 Subject: [PATCH] fix breadcrumbs bypassing vue-router --- projects/frontend/src/main.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/frontend/src/main.vue b/projects/frontend/src/main.vue index 0c100f0..a9b7433 100644 --- a/projects/frontend/src/main.vue +++ b/projects/frontend/src/main.vue @@ -151,8 +151,8 @@ onMounted(async () => { span( v-else ) - a( - :href='breadcrumb.href' + router-link( + :to='{ path: breadcrumb.href }' ) {{ breadcrumb.caption }} span / #header-controls