Skip to content

Releases: DotCoyote/vue-pell-editor

Now a plugin!

10 Aug 07:04
Compare
Choose a tag to compare

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)

Use actual pell-resource

17 May 05:06
Compare
Choose a tag to compare

Since https://github.com/jaredreich/pell/ now supports type="button" for styling-buttons, its source is ready to use :)
Thanks to @akhilharihar for contribution.