Ihor Reli

Results 3 issues of Ihor Reli

When I test my component where using $accessor from "nuxt-typed-vuex" library I get 'TypeError: Cannot read property '$accessor' of undefined': ![Screenshot from 2022-04-21 11-24-38](https://user-images.githubusercontent.com/37309401/164412830-17e45a28-0c9f-40f8-a6a6-5ecb31af65d3.png) index.vue file: ![Screenshot from 2022-04-21 11-23-40](https://user-images.githubusercontent.com/37309401/164413175-d93dcab5-5c95-41b3-b808-558b6478c0e7.png)...

bug

## 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...

type:task

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...