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(
|
||||
v-else
|
||||
)
|
||||
a(
|
||||
:href='breadcrumb.href'
|
||||
router-link(
|
||||
:to='{ path: breadcrumb.href }'
|
||||
) {{ breadcrumb.caption }}
|
||||
span /
|
||||
#header-controls
|
||||
|
|
Loading…
Add table
Reference in a new issue