changes
This commit is contained in:
@@ -9,7 +9,6 @@ function displayModal() {
|
||||
showModal.value = {
|
||||
title: "Cập nhật sản phẩm",
|
||||
width: "90%",
|
||||
height: "400px",
|
||||
component: "imports/EditProduct",
|
||||
vbind: { variant: props.variant },
|
||||
};
|
||||
|
||||
@@ -18,7 +18,7 @@ import DataView from "~/components/datatable/DataView.vue";
|
||||
component: 'imports/AddProduct',
|
||||
title: 'Tạo sản phẩm',
|
||||
width: '90%',
|
||||
height: '450px',
|
||||
height: '600px',
|
||||
},
|
||||
}"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user