model vue postulación #10
|
|
@ -38,7 +38,6 @@ const handleSubmit = async (e) => {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<!-- BOTÓN ORIGINAL (MISMAS CLASES) -->
|
||||
<button
|
||||
@click="openModal"
|
||||
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 />
|
||||
</label>
|
||||
|
||||
<!-- MISMO BOTÓN, SOLO AGREGAMOS :disabled -->
|
||||
<button
|
||||
type="submit"
|
||||
:disabled="loading"
|
||||
|
|
|
|||
Loading…
Reference in New Issue