ckeditor4-vue
ckeditor4-vue copied to clipboard
Keep alive support
See https://github.com/ckeditor/ckeditor4-vue/issues/50#issuecomment-690947250
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 hooks being a kind of replacement for mounting/destroying hooks. See https://github.com/ckeditor/ckeditor4-vue/issues/50#issuecomment-691155030 for some implementation details.