vue-ckeditor
Ckeditor using for Vue.js 2.
Requirements
Install
CDN
NPM
$ npm install vue-ckeditor2 --save
Usage
This document applies to v2.0+. If you are looking for older versions, docs are here
Then in your component:
Props
Name | Type | Description |
---|---|---|
name |
String |
Name of instance ckedior. Default: editor-1 |
id |
String |
Id of instance ckedior. Default: editor-1 |
types |
String |
Types of ckedior. Default: classic |
config |
Object |
All configuration of ckeditor. Default: {} |