feat: แก้ การดึงรูป
This commit is contained in:
parent
080e0a225f
commit
cf8be04ab6
1 changed files with 5 additions and 1 deletions
|
|
@ -70,7 +70,11 @@ function navigateTo(label: string, destination: string) {
|
|||
@click="$router.push('/')"
|
||||
id="btn-drawer-home"
|
||||
>
|
||||
<q-img src="/logo.png" style="width: 70%; height: 70%" />
|
||||
<q-img src="/logo.png" style="width: 70%; height: 70%">
|
||||
<template #error>
|
||||
<img src="/logo.png" alt="" width="100%" />
|
||||
</template>
|
||||
</q-img>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue