fix: 修改闭合组件不规范的问题

This commit is contained in:
MTrun
2022-03-14 16:07:35 +08:00
parent db0641c937
commit b60843d3ed
77 changed files with 395 additions and 332 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<div class="go-project-template-market">
<n-space vertical>
<n-image object-fit="contain" height="300" preview-disabled :src="requireErrorImg()" />
<n-image object-fit="contain" height="300" preview-disabled :src="requireErrorImg()"></n-image>
<n-h3>暂时还没有东西呢</n-h3>
</n-space>
</div>