im so tired rn
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
This commit is contained in:
@@ -21,7 +21,7 @@ export const useUsersStore = defineStore("users", {
|
||||
}),
|
||||
|
||||
actions: {
|
||||
async fetchItems() {
|
||||
async fetchUsers() {
|
||||
this.loading = true;
|
||||
const response = await api.getUsers();
|
||||
this.users = response.data;
|
||||
|
||||
Reference in New Issue
Block a user