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 -->
|
<!-- MAIN -->
|
||||||
<ViewLockOverlay>
|
<ViewLockOverlay>
|
||||||
<Breadcrumb />
|
<YBreadcrumb />
|
||||||
|
|
||||||
<main id="main">
|
<main id="main">
|
||||||
<!-- The `key` on RouterView make sure that if a link points to a page that
|
<!-- The `key` on RouterView make sure that if a link points to a page that
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
import { mapGetters } from 'vuex'
|
import { mapGetters } from 'vuex'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'Breadcrumb',
|
name: 'YBreadcrumb',
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
...mapGetters(['breadcrumb'])
|
...mapGetters(['breadcrumb'])
|
||||||
|
|
Loading…
Add table
Reference in a new issue