fix: 🐛 修改在关于我们等页面展示问题

This commit is contained in:
学习很差啦
2022-10-17 15:28:31 +08:00
parent b8c61fdabd
commit f08d166c86

View File

@@ -1,6 +1,6 @@
<template> <template>
<div class="wrapper"> <div class="wrapper">
<u-parse v-html="res.content"></u-parse> <u-parse :show-with-animation="true" :lazy-load="true" :selectable="true" :html="res.content"></u-parse>
</div> </div>
</template> </template>