auto reload fixed in correo

This commit is contained in:
casnet1
2020-10-26 21:36:08 -06:00
parent d86b3b55c5
commit d8239668c8
5 changed files with 14 additions and 13 deletions
+10 -9
View File
@@ -58,15 +58,15 @@
</div>
</div>
</div>
<button
type="submit"
class="btn btn-primary mt-5"
@click="enviar()"
v-show="nombre != '' && correo != '' && mensaje != ''"
>
Enviar
</button>
</form>
<button
type="submit"
class="btn btn-primary mt-5"
@click="enviar()"
v-show="nombre != '' && correo != '' && mensaje != ''"
>
Enviar
</button>
</div>
</div>
@@ -85,6 +85,7 @@ import config from "../config/config.js";
import Swal from "sweetalert2";
export default {
name: "contacto",
components: {
Header,
Nav,
@@ -123,7 +124,7 @@ export default {
Swal.fire({
icon: "success",
title: "Correo enviado correctamente",
showConfirmButton: false,
timer: 2000
});
console.log(response);