diff --git a/src/views/LandingPages/Profile/EditProfile.vue b/src/views/LandingPages/Profile/EditProfile.vue index d00328b..cc97934 100644 --- a/src/views/LandingPages/Profile/EditProfile.vue +++ b/src/views/LandingPages/Profile/EditProfile.vue @@ -35,6 +35,7 @@ const processProfileData = (data) => { }; }; +// Эти функции нужны для отображения отладочных сообщений axios.interceptors.request.use((request) => { if (request.data instanceof FormData) { const formData = request.data; diff --git a/src/views/LandingPages/Project/Project.vue b/src/views/LandingPages/Project/Project.vue index 3239900..736cd58 100644 --- a/src/views/LandingPages/Project/Project.vue +++ b/src/views/LandingPages/Project/Project.vue @@ -45,6 +45,7 @@ const getProject = async () => {

{{ projectData.description }}

Featured image +

{{ projectData.featured_image }}

Total Votes: {{ projectData.vote_total }}