fix(front): Add missing closing </div>
This commit is contained in:
parent
1b15355b76
commit
491871c598
|
@ -266,6 +266,7 @@ watch(() => props.id, fetchData, { immediate: true })
|
|||
</Popover>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<router-view
|
||||
:key="route.fullPath"
|
||||
|
|
Loading…
Reference in New Issue