diff --git a/app/components/AppHeader.vue b/app/components/AppHeader.vue index 783ba50..b3bd597 100644 --- a/app/components/AppHeader.vue +++ b/app/components/AppHeader.vue @@ -28,5 +28,12 @@ const showLeftArrow = computed(() => route.name && routeWhiteList.includes(route :left-arrow="!showLeftArrow" placeholder clickable fixed @click-left="onBack" - /> + > + +