Install & Download:
import Vueditor from 'path/vueditor.min.js';
var inst = new Vueditor('#vueditor');
inst.setContent('fill your content here');
inst.getContent();Description:
Vueditor is a wysiwyg text editor based on vue and vuex.
Preview:
import Vueditor from 'path/vueditor.min.js';
var inst = new Vueditor('#vueditor');
inst.setContent('fill your content here');
inst.getContent();Vueditor is a wysiwyg text editor based on vue and vuex.