Vue2编辑器
# Basic Node.JS installation
meteor npm install agile-wysiwyg@https://github.com/skwerlzu/vue-wysiwyg.git
由Quill.js和Vue.js支持的易于使用但功能强大且可自定义的RTF编辑器
安装
您可以使用Yarn或NPM
npm install vue2-editor
要么
yarn add vue2-editor
用法
// Basic Use - Covers most scenarios
import { VueEditor } from "vue2-editor" ;
// Advanced Use - Hook into Quill's API for Custom Functionality
import { VueEditor , Quill }
评论0
最新资源