From f47e6d1b6a3867cbe0a0590eeb323e6b4fd18aa3 Mon Sep 17 00:00:00 2001 From: Vyacheslav <76677694+flyare1337@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:22:39 +0300 Subject: [PATCH] Update Profile.vue --- src/views/Profile.vue | 61 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 58 insertions(+), 3 deletions(-) diff --git a/src/views/Profile.vue b/src/views/Profile.vue index 41e5cbe..416d7ff 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, PhPen, PhPencil, PhTrash } from '@phosphor-icons/vue' +import {PhEye, PhInfo, PhPen, PhPencil, PhTrash} from '@phosphor-icons/vue' onMounted(async () => { await authStore.prepareStore() @@ -50,8 +50,17 @@ async function createForm() {