WYSIWYG editor component for Vue.js wrapper with editorjs.io
☞ Vue.JS Tutorial: Learn Vue.js from Scratch
☞ Building a simple Applications with Vue 3
npm install @morioh/v-editor
import Vue from 'vue'
import Editor from '@morioh/v-editor'
// global register
Vue.use(Editor);
Update soon!