miromannino / Justified-Gallery

Javascript library to help creating high quality justified galleries of images. Used by thousands of websites as well as the photography community 500px.
http://miromannino.github.io/Justified-Gallery/
MIT License
1.68k stars 299 forks source link

TypeError: controller.updateEntries is not a function #277

Closed igorbuts closed 6 years ago

igorbuts commented 6 years ago

I am trying to use Justified-Gallery inside of my Vue.js component.

Prerequisites:

I am doing what is said in Getting started - include link and script and call .justifiedGallery() on the gallery container. And what I get is - controller.updateEntries is not a function

I tried to debug jquery.justifiedGallery.js file and I saw that:

It seems that JustifiedGallery.js script is not in the scope but I can't undrestand why. Can somebody help me with that?