fix breadcrumbs bypassing vue-router
This commit is contained in:
parent
af5ec7a9dc
commit
72c61869be
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue