fix(front): Add missing closing </div>

This commit is contained in:
ArneBo 2024-12-10 12:44:17 +01:00 committed by upsiflu
parent 1b15355b76
commit 491871c598
1 changed files with 87 additions and 86 deletions

View File

@ -266,6 +266,7 @@ watch(() => props.id, fetchData, { immediate: true })
</Popover> </Popover>
</div> </div>
</div> </div>
</div>
</section> </section>
<router-view <router-view
:key="route.fullPath" :key="route.fullPath"