为简化开发而生
用于显示富文本内容,通过vue内置v-html指令显示
<template> <th-editor-html :value="content" /> </template> <script> export default { data() { return { content: '<p>超好用的富文本编辑器</p>' } }, } </script>
ThEditor富文本编辑器 ThMoneyLabel金额展示