no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-03-19 17:55:23 +07:00
parent a5b86e1f2f
commit 20f49c09d5

View file

@ -29,7 +29,7 @@ const props = defineProps({
});
const sendStep = ref<number>(1);
const fileUpload = ref<any>();
const fileUpload = ref<any>(null);
const document = ref<string>("");
const type = ref<string>("");
const listFile = ref<any>([]);