This commit is contained in:
chiayin
2023-06-17 13:52:42 +08:00
parent af1f8f3016
commit a6fa85938b
5 changed files with 19 additions and 6 deletions

View File

@@ -4,10 +4,8 @@
<div class="flex justify-between items-center flex-wrap" v-show="showNavbarBreadcrumb">
<div class="flex flex-1 items-center">
<!-- Files -->
<router-link to class="mr-4" v-if="navViewName !== 'FILES'" id="backPage">
<!-- $router.push({ name: 'Files' }) -->
<!-- $router.back(-1) -->
<span @click="$router.push({ name: 'Files' })" class="material-symbols-outlined text-neutral-10 leading-loose">
<router-link to="/files" class="mr-4" v-if="navViewName !== 'FILES'" id="backPage">
<span class="material-symbols-outlined text-neutral-10 leading-loose">
arrow_back
</span>
</router-link>