From 258dd14b1085a68ce74b5540c49f7dbca4936d55 Mon Sep 17 00:00:00 2001 From: Vyacheslav <76677694+flyare1337@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:58:28 +0300 Subject: [PATCH] Update Profile.vue --- src/views/Profile.vue | 100 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 91 insertions(+), 9 deletions(-) diff --git a/src/views/Profile.vue b/src/views/Profile.vue index ff16985..eff2742 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -8,6 +8,8 @@ import { makeAPIRequest } from '@/utils/http' const authStore = useAuthStore() const userForms = ref([]) +import {PhEye, PhPen, PhPencil, PhTrash} from "@phosphor-icons/vue"; + onMounted(async () => { await authStore.prepareStore() if (!authStore.isAuthorized) { @@ -29,15 +31,95 @@ async function deleteForm(index: Number) { - +