src/views/ProjectView.vue
@@ -209,6 +209,7 @@ bgImage: new URL('@/assets/images/titles/title_second.png', import.meta.url).href, tableImage: new URL('@/assets/images/backgrounds/table_bg.png', import.meta.url).href, projectInfo: { GrossFloorArea: '', ProjectName: '', Description: '', Thumbnail: '', @@ -246,6 +247,7 @@ this.projectInfo.ProjectName = result.ProjectName this.projectInfo.Description = result.Description this.projectInfo.Thumbnail = result.Thumbnail this.projectInfo.GrossFloorArea = result.GrossFloorArea } }