refactor: reflect YBreadcrumb name change

This commit is contained in:
axolotle 2024-02-24 17:57:10 +01:00
parent 732c1147a3
commit d5c91135bb
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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'])