diff --git a/src/pages/IndexPage.vue b/src/pages/IndexPage.vue
index 63dccf7..bb90685 100644
--- a/src/pages/IndexPage.vue
+++ b/src/pages/IndexPage.vue
@@ -16,13 +16,7 @@
-
+
-
+
@@ -64,7 +58,7 @@ import { useListaStore } from "../stores/lista.js";
const listaStore = useListaStore();
const imagen = ref(null);
-const cambiaAvatar = () => {
- console.log("va", imagen.value);
+const updateUser = () => {
+ console.log(imagen.value);
};