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