Closed FabianEllenberger closed 6 years ago
Sorry, but I did not work with nuxt.js Maybe the guys will prompt @rlam3 @lomholdt Just advise to see: https://github.com/RobinCK/vue-gallery/pull/7
It seems weird. It's working perfectly for me. I can't see any problems with the provided code example. Are you sure the problem comes from vue-gallery?
@lomholdt that was what i was thinking aswell, but as soon as i add the component <gallery>
even with or without any props the error occurs. I'll keep on investigating and will write my update here if i figured something out
It was happening due to another rendering error from vue/nuxt which i haven't figured out yet. But using the gallery at any other point in my app works totally fine.
Update: Seems like the problem had to do with namings. I named a component Gallery
with a capital "G" wich used the vue-gallery component as gallery
with a small "g" which caused it to load itself infinitely.
Thanks
@FabianEllenberger Just drove mit insane... Same error
Tried to implement vue-gellery into my nuxt.js app and got the
Maximum call stack size exceeded
error. I'm using it as a plugin as mentioned here https://github.com/RobinCK/vue-gallery/issues/3 and have the basic options as shown in the readme. Did any of you had the same error or knows what I'm could be doing wrong here (code below)? Thanks! ππ»