-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working in Nuxtjs Production Mode #266
Comments
Hi @umardraz , I'm having the same problem, did you find a workaround for this ? |
same |
It works in Nuxt.js production mode when setting e.g.
and when wrapping e.g.
|
Here is an updated version instead of using ... https://medium.com/@sabbir.study/infinite-scroll-in-nuxt-js-f34ee86906cb |
我是这样用的 ~/plugins/vue-infinite-loading.js if (typeof document !== 'undefined') { 使用 特别注意一个深坑:vue-infinite-loading的父元素不能是flex布局的 (farther element can't be flex display) |
The plugin is not working in Nuxtjs production mode, would you please help me how we can achieve this.
The text was updated successfully, but these errors were encountered: