This commit is contained in:
Viet An
2026-07-09 17:22:19 +07:00
parent 9b77644e8d
commit 22854bb4fb
9 changed files with 104 additions and 77 deletions

View File

@@ -1,8 +1,5 @@
<template>
<Transition>
<AppLoading v-if="!$store.ready" />
</Transition>
<ClientOnly v-if="$store.ready">
<ClientOnly>
<TopMenu @changeTab="changeTab" />
<main class="is-flex-grow-1 is-flex is-flex-direction-column is-gap-1">
<div