We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cb798b0
Breaking: Vue-Pell-Editor now is used as a plugin, not a component anymore:
main.js:
import Vue from 'vue' import VuePellEditor from 'vue-pell-editor' Vue.use(VuePellEditor)