fix: 富文本渲染组件使用mp-html替换原su-parse

This commit is contained in:
ldh
2023-01-30 01:18:48 +08:00
parent 84cc095570
commit 701812191c
16 changed files with 2799 additions and 2847 deletions
@@ -10,7 +10,7 @@
},
]"
>
<su-parse class="richtext" :content="state.content"></su-parse>
<mp-html class="richtext" :content="state.content"></mp-html>
</view>
</template>
<script setup>