auto reload fixed in correo
This commit is contained in:
+10
-9
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user