ข้อมูลบุคคล: ทำinterfaceใหม่

This commit is contained in:
oat 2024-02-02 15:01:26 +07:00
parent cb195590a3
commit 959537f1c7
9 changed files with 193 additions and 209 deletions

View file

@ -6,7 +6,7 @@ import { useQuasar } from "quasar";
const $q = useQuasar();
const mixin = useCounterMixin();
const { dialogRemove, dialogConfirm } = mixin;
const { dialogConfirm } = mixin;
const dataRef = ref<any>(null);
const data = defineModel<string>("data", {