no message

This commit is contained in:
setthawutttty 2023-11-09 13:43:21 +07:00
parent 43fa6bf892
commit e452eb00a3

View file

@ -27,7 +27,7 @@ const route = useRoute();
const myform = ref<QForm | null>(null);
const $q = useQuasar();
const model = ref("10");
const model = ref("");
const modelSpecific = ref("");
const clickBack = () => {