You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm using vue-glide-js and have a get this error on one of my pages when route change. for example when i hit that page on url or refresh that page, everything is fine! but when go to that page via nuxt-link (router-link) i get [Glide warn]: Root element must be a existing Html node and selectorQuery of null .
and one more thing. the code is for my slider component which i have two of it! one for desktop and one for mobile that i import base on device. the mobile one has class slide-glide-m on <vue-glide>
The text was updated successfully, but these errors were encountered:
i'm using vue-glide-js and have a get this error on one of my pages when route change. for example when i hit that page on url or refresh that page, everything is fine! but when go to that page via nuxt-link (router-link) i get
[Glide warn]: Root element must be a existing Html node
andselectorQuery of null
.and one more thing. the code is for my
slider
component which i have two of it! one for desktop and one for mobile that i import base on device. the mobile one has classslide-glide-m
on<vue-glide>
The text was updated successfully, but these errors were encountered: