mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
refactor: reflect YBreadcrumb name change
This commit is contained in:
parent
732c1147a3
commit
d5c91135bb
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
<!-- MAIN -->
|
||||
<ViewLockOverlay>
|
||||
<Breadcrumb />
|
||||
<YBreadcrumb />
|
||||
|
||||
<main id="main">
|
||||
<!-- The `key` on RouterView make sure that if a link points to a page that
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
import { mapGetters } from 'vuex'
|
||||
|
||||
export default {
|
||||
name: 'Breadcrumb',
|
||||
name: 'YBreadcrumb',
|
||||
|
||||
computed: {
|
||||
...mapGetters(['breadcrumb'])
|
||||
|
|
Loading…
Reference in a new issue