creando login

This commit is contained in:
2023-03-01 14:17:33 +01:00
parent 45e2a28412
commit f9a43e2cc6
3 changed files with 35 additions and 27 deletions

View File

@@ -121,7 +121,6 @@ const recibeDatos = () => {
listaStore.getUsers().then(function (item) {
usuarios.value = item;
});
console.log(usuarios.value);
};
const comprobarUsername = computed(() => {
let filtro = usuarios.value?.filter(