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

master
学习很差啦 2022-10-17 15:28:31 +08:00
parent b8c61fdabd
commit f08d166c86
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<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>
</template>