I am attempting to build an interface that uses Vue-Material to render user-inputted cards in a grid. the cards render properly. However, I want my grid to flex, justify, an
Thanks to all who responded today. However, what I needed was a plugin like this: https://www.npmjs.com/package/vue-masonry-css
All I needed to do was embed the v-for loop container and the cards inside the following:
Item: {{index + 1}}
THIS is what I was trying to achieve: