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
Hi, it's impossible to use vue.js with this library because there used custom attributes started with '@': <textarea :value="input" @input="update"></textarea>
And maud think that is special keyword input.
Hi, it's impossible to use vue.js with this library because there used custom attributes started with '@':
<textarea :value="input" @input="update"></textarea>
And maud think that is special keyword
input
.Examples: https://vuejs.org/v2/examples/
The text was updated successfully, but these errors were encountered: