profilePath 추가

This commit is contained in:
yoon 2025-02-21 15:43:49 +09:00
parent 0df7c5aec9
commit c4b1a946ab

View File

@ -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";