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) { - +