This commit is contained in:
Viet An
2026-06-18 16:22:37 +07:00
parent 8b07ab4e65
commit 667832078d
23 changed files with 395 additions and 412 deletions

View File

@@ -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>