This commit is contained in:
Viet An
2026-06-19 08:56:42 +07:00
parent da4c779bbe
commit f491f82f43
13 changed files with 58 additions and 94 deletions

View File

@@ -14,7 +14,6 @@ const props = defineProps({
component: 'imports/IMEIs',
title: 'IMEIs',
width: '80%',
height: '400px',
vbind: { variant: props.variant },
},
},

View File

@@ -6,6 +6,6 @@ const props = defineProps({
<template>
<figure class="image is-32x32">
<img :src="variant.image__path" />
<NuxtImg :src="variant.image__path" />
</figure>
</template>

View File

@@ -73,7 +73,7 @@ async function submit() {
<label class="label">Sản phẩm</label>
<SearchBox
v-bind="{
api: 'product',
api: 'Product',
field: 'name',
column: ['name'],
first: true,