Mikhail Kuznetcov
Mikhail Kuznetcov
I've created an implementation here - https://github.com/shershen08/vue-m-carousel/commit/96a59d89f181967fa584f6ffb9ba45d093c773ca I could send a PR if you like.
No worries, what ever works for you better
I am experiencing the same issue had to like this in all places ``` mounted() { setTimeout(() => { //call my plugin code with golas here }, 2000) } ```...
@picarsite yes $nextTick is a common way to ensure the Vue's DOM operations are done, but if we look deeper into YM docs - https://yandex.com/support/metrica/code/counter-initialize.html#counter-initialize__check-initialize we could try to achieve...
added some of the cases in README in this PR - https://github.com/JoBinsJP/vue3-datatable/pull/28
I see the following warning in the console ``` [Vue warn]: Failed to resolve component: box-icon If this is a native custom element, make sure to exclude it from component...
Here's a demo implementation of tiling with current API if someone will need it - https://codepen.io/shershen08/pen/KGmwmg What you'll get is smth like: 
I am having the same issue
it worked OK for me before I tried adding `@nuxt/ui` module 2h ago... it seems some deps has been updated during this install
@mklueh I managed to fix it by setting the exact the versions of the following pkgs: ``` "@nuxt-themes/docus": "1.15.0", "@nuxt/content": "2.8.0", ``` especially check @nuxt/content - `2.8.0`, is 1 minor...