You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# vue-text-editor
2
-
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.
2
+
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](https://edumudu.github.io/vue-text-editor/).
0 commit comments