antonreshetov / vue-glide

A slider and carousel as vue component on top of the Glide.js
https://antonreshetov.github.io/vue-glide/
MIT License
269 stars 39 forks source link

Cannot read property 'querySelector' of undefined #38

Open nobleson opened 5 years ago

nobleson commented 5 years ago

Hello, I have installed this plugin on Nuxt project run in spa mode. I have the error : Cannot read property 'querySelector' of undefined Here is my sample after importing glide as global. ` <vue-glide-slide v-for="company in companyList" :key="company.id" xl="4" md="4" class="mb-3">

placeholder
                </vue-glide-slide>
                </vue-glide>`

any help please.

callumflack commented 4 years ago

Wrap it in <client-only>

denyramandaa commented 4 years ago

@nobleson did u resolve this? wrap it in <client-only> as @callumflack said still doesn't work for me

arnabrahman commented 4 years ago

I am also stuck. Anyone has any idea how to solve this?

rfatykhov commented 3 years ago

does anyone have a solution?