From d6439f223b4fa640cc414085671b81be6ceae0e8 Mon Sep 17 00:00:00 2001 From: Vyacheslav <76677694+flyare1337@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:22:57 +0300 Subject: [PATCH] Update Profile.vue --- src/views/Profile.vue | 136 +++++++++++++++++++----------------------- 1 file changed, 60 insertions(+), 76 deletions(-) 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 }}
+ +