👀Vue Wysiwyg
A simple wysiwyg editor for Vue.js by MYCURE Inc.
Last updated
A simple wysiwyg editor for Vue.js by MYCURE Inc.
Last updated
A simple wysiwyg editor for Vue.js by MYCURE Inc.
height
- Number
- Sets the min-height
of the editor container.hide
- Object
- Pass the object property hide
to hide certain features in the editor.
In example below, strikethrough
and table
will be hidden.
hide
Properties
property | type | default |
---|---|---|
bold | Boolean | false |
italic | Boolean | false |
underline | Boolean | false |
strikethrough | Boolean | false |
heading | Boolean | false |
alignLeft | Boolean | false |
alignCenter | Boolean | false |
alignRight | Boolean | false |
ol | Boolean | false |
ul | Boolean | false |
url | Boolean | false |
table | Boolean | false |
indent | Boolean | false |
outdent | Boolean | false |
For feature request please create a new issue.