changes: bump deps

This commit is contained in:
Viet An
2026-06-06 20:54:37 +07:00
parent de78da2d47
commit d17bc0583c
8 changed files with 4222 additions and 5114 deletions

View File

@@ -20,7 +20,7 @@
@click="open()"
>
<figure class="image is-4by3 has-background-black">
<nuxt-img
<NuxtImg
:src="image"
loading="lazy"
alt="Hình ảnh"

View File

@@ -143,7 +143,7 @@ async function openDeleteImageConfirm(image) {
@click="props.viewImage(index)"
>
<figure class="image is-4by3 has-background-black">
<nuxt-img
<NuxtImg
:src="url"
loading="lazy"
:alt="image.file__caption || image.file__name || 'Hình ảnh'"

View File

@@ -141,7 +141,7 @@
class="has-background-black"
style="flex: 0 0 100%; display: flex; justify-content: center; align-items: center"
>
<nuxt-img
<NuxtImg
loading="lazy"
:src="`${$getpath()}static/files/${image.file__file}`"
:alt="image.file__name"

View File

@@ -114,10 +114,10 @@
class="image px-2 pb-2"
v-if="k.file && type === 'image'"
>
<nuxt-img
<NuxtImg
:src="`${path}download?name=${k.file}`"
:id="'commentImage' + k.id"
></nuxt-img>
/>
<div
class="text-image"
v-if="focus === k"