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>

 

posted on 2025-03-05 11:27  ChoZ  阅读(32)  评论(0)    收藏  举报

导航