lrembacz / vue-responsive-grid-layout

Vue Repsonsive Grid Layout
MIT License
83 stars 19 forks source link

Nuxt.js support #12

Closed PlainBane closed 4 years ago

PlainBane commented 5 years ago

Hi, Is there a way to get this working with Nuxt.js? I tried to run it as plugin with SSR false, but it can't find the window.

lrembacz commented 5 years ago

I was trying to make it possible but there are some issues with inject / provide I guess. I'll try to fix this and make it Nuxt.js supported. If u know what should I change to make it possible, just give me an advice or feel free to make a PR.

Thanks!

PlainBane commented 5 years ago

Ok, I'll take a look at it. Maybe I can come up with something.

robsontenorio commented 5 years ago

Have you tried to wrap it with <no-ssr> tag?

lrembacz commented 4 years ago

It will be possible in next version probably https://github.com/lrembacz/vue-responsive-grid-layout/pull/41.