refactor: add roles admin and user

This commit is contained in:
somnetsak123 2023-11-28 09:22:44 +07:00 committed by Methapon2001
parent 72888c407e
commit a28bc7de6b
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
3 changed files with 59 additions and 29 deletions

View file

@ -24,7 +24,7 @@ const { loader } = storeToRefs(loaderStore)
</div>
<q-space></q-space>
<profile v-if="$route.meta.statusAccount" />
<profile />
</q-toolbar>
</q-header>