comentarios
This commit is contained in:
parent
63d076eca9
commit
082a4ca477
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue