hifarer / vueditor

A wysiwyg editor written in Vue.js and Vuex.js
http://hifarer.github.io/vueditor/
MIT License
646 stars 112 forks source link

I did a fork #42

Closed chiaweilee closed 5 years ago

chiaweilee commented 6 years ago

Thank for your codes.

I did a fork version and do some changes, I think them works..

I added props to load default content and emit event to get new content changed.

See https://github.com/chiaweilee/vueditor

etewiah commented 6 years ago

Hi @chiaweilee I found your fork very helpful - thanks for sharing it.

Why don't you create a pull request with it?

chiaweilee commented 6 years ago

I'm so glad you like it. I did a fork for a project that time, so I made some changes which fit to my project.. So I need refactor my code if I pull a request with it.

I will do it later anyway.

Thank you.