refactor: get back to main

This commit is contained in:
oat 2023-12-04 16:10:08 +07:00
parent ff9b22f735
commit d6bf3ed879

View file

@ -69,8 +69,12 @@ onMounted(getCabinet)
<div class="col-12 col-md-3">
<div class="bg-white rounded-borders shadow-5">
<div
class="q-px-md q-py-sm text-primary bg-grey-1"
class="q-px-md q-py-sm text-primary bg-grey-1 pointer"
id="container-header"
@click="() => {
currentPath = '' ;
getFolder(currentPath)
}"
>
<span class="block q-my-sm text-weight-bold">ดเกบเอกสาร</span>
</div>