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(
v-else
)
a(
:href='breadcrumb.href'
router-link(
:to='{ path: breadcrumb.href }'
) {{ breadcrumb.caption }}
span /
#header-controls