vue3+vite+ts下安装mavon-editor 3.0.0-beta版本,效果如下:

安装
//引入样式
import 'mavon-editor/dist/css/index.css';
import mavonEditor from 'mavon-editor';
app.use(router).use(mavonEditor).mount('#app');
使用(编辑)
const getDescription = (val) => {desc = val;formRef.value?.validateField('description');};
使用(预览)