diff --git a/src/views/Profile.vue b/src/views/Profile.vue index 416d7ff..15c47c9 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -8,7 +8,7 @@ import { makeAPIRequest } from '@/utils/http' const authStore = useAuthStore() const userForms = ref([]) -import {PhEye, PhInfo, PhPen, PhPencil, PhTrash} from '@phosphor-icons/vue' +import {PhEye, PhInfo, PhPen, PhPencil, PhTrash, PhUserList} from '@phosphor-icons/vue' onMounted(async () => { await authStore.prepareStore() @@ -56,18 +56,30 @@ async function createForm() { -
- После удаления аккаунта вернуть данные невозможно +
+ После удаления аккаунта вернуть данные невозможно
- 001 + {{ form.data.name }}
+ +