Skip to content

Now a plugin!

Latest
Compare
Choose a tag to compare
@DotCoyote DotCoyote released this 10 Aug 07:04
· 8 commits to master since this release

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)