diff --git a/src/components/user/UserList.vue b/src/components/user/UserList.vue index 16c6c12..a216483 100644 --- a/src/components/user/UserList.vue +++ b/src/components/user/UserList.vue @@ -31,6 +31,7 @@ import $api from '@api'; const emit = defineEmits(['user-list-update']); const userStore = useUserStore(); const userList = ref([]); +const profilePath = ref(null); const baseUrl = $api.defaults.baseURL.replace(/api\/$/, ''); const defaultProfile = "/img/icons/icon.png";