changes
This commit is contained in:
@@ -282,6 +282,7 @@ async function createProduct() {
|
||||
first: true,
|
||||
clearable: true,
|
||||
placeholder: 'Bộ nhớ ngoài',
|
||||
position: 'is-top-right',
|
||||
addon: {
|
||||
component: 'imports/addons/AddExternalStorage',
|
||||
width: '70%',
|
||||
@@ -304,6 +305,7 @@ async function createProduct() {
|
||||
first: true,
|
||||
clearable: true,
|
||||
placeholder: 'Chỉ số IP',
|
||||
position: 'is-top-right',
|
||||
addon: {
|
||||
component: 'imports/addons/AddIPRating',
|
||||
width: '70%',
|
||||
@@ -326,6 +328,7 @@ async function createProduct() {
|
||||
first: true,
|
||||
clearable: true,
|
||||
placeholder: 'Chất liệu',
|
||||
position: 'is-top-right',
|
||||
addon: {
|
||||
component: 'imports/addons/AddDesign',
|
||||
width: '70%',
|
||||
|
||||
@@ -42,6 +42,7 @@ async function deleteProduct() {
|
||||
/>
|
||||
</span>
|
||||
<Modal
|
||||
v-if="showConfirmModal"
|
||||
v-bind="showConfirmModal"
|
||||
@close="showConfirmModal = null"
|
||||
/>
|
||||
|
||||
@@ -42,6 +42,7 @@ async function deleteVariant() {
|
||||
/>
|
||||
</span>
|
||||
<Modal
|
||||
v-if="showConfirmModal"
|
||||
v-bind="showConfirmModal"
|
||||
@close="showConfirmModal = null"
|
||||
/>
|
||||
|
||||
@@ -26,6 +26,7 @@ const showModal = ref(null);
|
||||
</span>
|
||||
</button>
|
||||
<Modal
|
||||
v-if="showModal"
|
||||
v-bind="showModal"
|
||||
@close="showModal = null"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user