model vue postulación #10
|
|
@ -9,7 +9,7 @@ const tl = createTranslator(props.locale);
|
|||
|
||||
const loading = ref(false);
|
||||
const modalRef = ref(null);
|
||||
const isFormPendiente = ref(false);
|
||||
const isFormPendiente = ref(true);
|
||||
|
||||
const openModal = () => {
|
||||
modalRef.value?.showModal();
|
||||
|
|
|
|||
Loading…
Reference in New Issue