This commit is contained in:
setthawutttty 2024-02-15 11:36:02 +07:00
parent cec322b917
commit f57a28c19f
8 changed files with 8 additions and 7 deletions

View file

@ -33,6 +33,7 @@ const data = reactive<FormData>({
position: "",
phone: "",
email: "",
qualification: "",
});
/**