model vue postulación #10

Merged
esteban merged 6 commits from status-postulacion into main 2026-02-20 00:15:37 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 082a4ca477 - Show all commits

View File

@ -38,7 +38,6 @@ const handleSubmit = async (e) => {
</script> </script>
<template> <template>
<!-- BOTÓN ORIGINAL (MISMAS CLASES) -->
<button <button
@click="openModal" @click="openModal"
class="btn rounded-none p-7 bg-[#22523F] text-[#EBE6D2] border-0 hover:bg-[#EBE6D2]/90 hover:text-tertiary uppercase text-lg" class="btn rounded-none p-7 bg-[#22523F] text-[#EBE6D2] border-0 hover:bg-[#EBE6D2]/90 hover:text-tertiary uppercase text-lg"
@ -128,7 +127,6 @@ const handleSubmit = async (e) => {
required /> required />
</label> </label>
<!-- MISMO BOTÓN, SOLO AGREGAMOS :disabled -->
<button <button
type="submit" type="submit"
:disabled="loading" :disabled="loading"