Open crnogaj opened 7 years ago
Is it possible to listen for change in vueditor? For example I want to save content to localStorage whenever it is changed.
Something like: <vueditor @change="saveLocalStorage()">
<vueditor @change="saveLocalStorage()">
Thanks
+1
+2
+3
Please let me know if you find the solution
you can safely assume the project has been abandoned. last commit was 3 years ago.
Is it possible to listen for change in vueditor? For example I want to save content to localStorage whenever it is changed.
Something like:
<vueditor @change="saveLocalStorage()">
Thanks