-
Notifications
You must be signed in to change notification settings - Fork 550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: Vue3.2 composition example + suggestion #220
Comments
New version time, This brings in being able to add a class / style dynamically to the content area (min-height etc) EditorComponent.vue
usage
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi, LOVE the size of this library.
first lets get the suggestion out of the way. since the library has an init wont it make sense to have an "update" method as well? basicaly a wrapper for
instance.content.innerHTML = 'new value'
just to keep consitent?for vue3.2 im using this and it seems to work ok
EditorComponent.vue
and usage
The text was updated successfully, but these errors were encountered: