refactor: get back to main
This commit is contained in:
parent
ff9b22f735
commit
d6bf3ed879
1 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue