feat: แก้ การดึงรูป

This commit is contained in:
Net 2024-06-17 17:51:42 +07:00
parent 080e0a225f
commit cf8be04ab6

View file

@ -70,7 +70,11 @@ function navigateTo(label: string, destination: string) {
@click="$router.push('/')" @click="$router.push('/')"
id="btn-drawer-home" 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>
</div> </div>