profilePath 추가
This commit is contained in:
parent
0df7c5aec9
commit
c4b1a946ab
@ -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";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user