Closed rlam3 closed 6 years ago
I think the short answer is: "you don't!". Vue Instagram is a component.
From what I can tell, Vue Waterfall expects an array of images for which – at least in this particular case – you'll need to perform a call to the Instagram API. This should give you a clue as to how you can retrieve your Instagram feed:
https://github.com/kevinongko/vue-instagram/blob/master/src/vue-instagram.vue#L71
Good luck.
Thanks for the explanation @freddyamsterdam
How do I use vue-instagram with waterfall? https://github.com/MopTym/vue-waterfall
@kevinongko