ckeditor4-vue
ckeditor4-vue copied to clipboard
Official CKEditor 4 Vue component
Vue 3 will be probably released in Q1 2020. Once it's in a stable version, we should consider upgrading integration, so it's working with the latest version or create separate...
## Are you reporting a feature request or a bug? Bug ## Provide detailed reproduction steps (if any) This issue/bug only happens when using the one-way binding using value props...
## Are you reporting a feature request or a bug? bug ## Provide detailed reproduction steps (if any) Same as https://github.com/ckeditor/ckeditor4-angular/issues/141. ## Other details I didn't check it, but I...
## Are you reporting a feature request or a bug? Bug ## Provide detailed reproduction steps (if any) https://codesandbox.io/s/ckeditor4-vue-bug-report-v-model-timing-window-issue-s83ys2 1. Use v-model with CKEditor4-Vue. 2. Initialize this v-model to some...
## Are you reporting a feature request or a bug? New feature ## Details With a possibility of testing built package we could avoid the unexpected issues like https://github.com/ckeditor/ckeditor4-vue/issues/75. CI...
See https://github.com/ckeditor/ckeditor4-vue/issues/50#issuecomment-690947250 [keep-alive](https://vuejs.org/v2/api/#keep-alive) component is used to cache child components when they are inactive, e.g. during routing change. It can be supported by adding [activated/deactivated](https://vuejs.org/v2/api/#activated) hooks being a kind of...