mavonEditor富文本在vue中安装使用

演示,API 文档说明详见链接
添加链接描述

一、安装

npm install mavon-editor --save

二、在main.js中全局注册

//富文本
import mavonEditor from 'mavon-editor'
import 'mavon-editor/dist/css/index.css'

Vue.use(mavonEditor)

三、vue中使用

<mavon-editor v-model="value"/>
发布了55 篇原创文章 · 获赞 4 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/weixin_44770377/article/details/104845762