1
0
forked from PGL/Clyde

Profil part.2/?

This commit is contained in:
2024-03-16 17:01:26 +01:00
parent 36ce5a553b
commit 36fc33c3e9
3 changed files with 106 additions and 53 deletions

View File

@ -4,7 +4,8 @@
import { reactive } from 'vue'
import { getAllUsers } from '../rest/Users.js'
const users = getAllUsers();
const users = await getAllUsers();
</script>
<template>
<div v-for="item in users">