Skip to content

edumudu/vue-text-editor

Repository files navigation

vue-text-editor

This project is a simple Rich text editor made with vue 2 compostion API. I chose for not use document.execComand because he is deprecated. So I using native javascript DOM manipulators to remove and insert nodes. You can se it working here.

To do

  • Bold
  • Italic
  • Underline

License

MIT