creando login
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user