changes
This commit is contained in:
@@ -14,7 +14,6 @@ const props = defineProps({
|
||||
component: 'imports/IMEIs',
|
||||
title: 'IMEIs',
|
||||
width: '80%',
|
||||
height: '400px',
|
||||
vbind: { variant: props.variant },
|
||||
},
|
||||
},
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user