fix breadcrumbs bypassing vue-router

This commit is contained in:
lightling 2024-05-16 18:10:16 -04:00
parent af5ec7a9dc
commit 72c61869be

View file

@ -151,8 +151,8 @@ onMounted(async () => {
span( span(
v-else v-else
) )
a( router-link(
:href='breadcrumb.href' :to='{ path: breadcrumb.href }'
) {{ breadcrumb.caption }} ) {{ breadcrumb.caption }}
span / span /
#header-controls #header-controls