Skip to content

Commit

Permalink
更新 DefaultLayout.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp authored Nov 12, 2024
1 parent 539a7de commit 4c8207e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/components/DefaultLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ onMounted(() => {
<VIcon icon="mdi-menu" />
</IconBtn>
<!-- 👉 Back Button -->
<IconBtn v-if="appMode && display.lgAndUp.value" class="ms-n2" @click="goBack">
<IconBtn v-if="appMode && display.mdAndDown.value" class="ms-n2" @click="goBack">
<VIcon icon="mdi-arrow-left" size="32" />
</IconBtn>
<!-- 👉 Search Bar -->
Expand Down

0 comments on commit 4c8207e

Please sign in to comment.