chmln / vue-wysiwyg

A lightweight WYSIWYG HTML editor for Vue.js
https://chmln.github.io/vue-wysiwyg/
MIT License
555 stars 134 forks source link

Catch keyboard events. #106

Open Canser opened 4 years ago

Canser commented 4 years ago

Any chance to catch keyboard events such as keydown?

wobsoriano commented 4 years ago
<wysiwyg v-model="myHTML" @input.native="e" />

just call e.target.innerHTML to get value