comentarios

This commit is contained in:
David Ascanio 2026-02-15 00:41:18 -03:00
parent 63d076eca9
commit 082a4ca477
1 changed files with 0 additions and 2 deletions

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"