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>
|
</Popover>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<router-view
|
<router-view
|
||||||
:key="route.fullPath"
|
:key="route.fullPath"
|
||||||
|
|
Loading…
Reference in New Issue