changes
This commit is contained in:
@@ -8,7 +8,7 @@ const showModal = ref(false);
|
||||
|
||||
function openEditModal() {
|
||||
showModal.value = {
|
||||
component: "pos/EditAddress",
|
||||
component: "pos/AddressForm",
|
||||
title: "Cập nhật địa chỉ",
|
||||
width: "50%",
|
||||
height: "auto",
|
||||
@@ -68,7 +68,7 @@ function openEditModal() {
|
||||
v-if="showModal"
|
||||
v-bind="showModal"
|
||||
@close="showModal = null"
|
||||
@update="$emit('update')"
|
||||
@submit="$emit('submit')"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user