mp-html富文本渲染插件
<template>
<mp-html :content="html"></mp-html>
</template>
<script setup>
const html = '<div>123<h1>5555</h1></div>'
</script>
<style scoped lang="scss">
</style>
<template>
<mp-html :content="html"></mp-html>
</template>
<script setup>
const html = '<div>123<h1>5555</h1></div>'
</script>
<style scoped lang="scss">
</style>