Ihor Reli
Ihor Reli
When I test my component where using $accessor from "nuxt-typed-vuex" library I get 'TypeError: Cannot read property '$accessor' of undefined':  index.vue file: ...
## Get the cursor position in Nuxt.js Are there some workarounds on how to get the cursor position in Nuxt.js? This common solution `editor.model.document.selection.getFirstPosition()` doesn't work with nuxt, because in...
This common solution `editor.model.document.selection.getFirstPosition()` doesn't work with nuxt, because in this library we don't have the event @ready which is available in ` '@ckeditor/ckeditor5-vue2'`. We can get the cursor only...