boton sin submit
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
</div>
|
||||
</form>
|
||||
<button
|
||||
type="submit"
|
||||
|
||||
class="btn btn-primary mt-5"
|
||||
@click="enviar()"
|
||||
v-show="nombre != '' && correo != '' && mensaje != ''"
|
||||
@@ -124,7 +124,6 @@ export default {
|
||||
Swal.fire({
|
||||
icon: "success",
|
||||
title: "Correo enviado correctamente",
|
||||
|
||||
timer: 2000
|
||||
});
|
||||
console.log(response);
|
||||
|
||||
Reference in New Issue
Block a user