This commit is contained in:
Viet An
2026-05-27 14:14:02 +07:00
parent 29ff3f2598
commit 5e958e4166
8 changed files with 711 additions and 24 deletions

View File

@@ -88,11 +88,13 @@ import ImageLayout from "@/components/media/ImageLayout.vue";
import CountdownTimer from "@/components/common/CountdownTimer.vue";
import CustomerInfo from "@/components/customer/CustomerInfo.vue";
import CustomerForm from "@/components/customer/CustomerForm.vue";
import MenuFile from "@/components/menu/MenuFile.vue";
const components = {
PivotDataView,
CustomerInfo,
CustomerForm,
CountdownTimer,
InternalEntry,
ViewList,