使用wangEditor富文本编辑器
https://www.wangeditor.com/v5/for-frame.html#%E5%AE%89%E8%A3%85-1
本案例为vue3
npm install wangeditor/editor wangeditor/editor-for-vue --save
示例代码
<template>
<div class="editor-wrapper" style="border: 1px solid #ccc">
<Toolbar style="border-bottom: 1px solid #ccc" :editor="editorRef" :defaultConfig="toolbarConfig"
mode="default" />
<Editor style=