Medium.js icon indicating copy to clipboard operation
Medium.js copied to clipboard

On input change event?

Open hrmshandy opened this issue 8 years ago • 0 comments

In my case I use vue js, I need to store value to data on input changed. How could I accomplish this?

I tried like this, but editor.addEventListener is not a function editor.addEventListener('input', (e) => { this.content = e.target.value; });

hrmshandy avatar Mar 04 '17 02:03 hrmshandy