fix errors (#124)

This commit is contained in:
Fine0830
2022-07-20 19:42:41 +08:00
committed by GitHub
parent bec86e80fd
commit 017f5bf709
3 changed files with 16 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ limitations under the License. -->
<Header :needQuery="needQuery" />
</div>
<div class="event">
<Content />
<Content :data="data" />
</div>
</div>
</template>