How to set up flexible grid in Vue Material

前端 未结 3 773
广开言路
广开言路 2020-11-27 23:43

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

3条回答
  •  一个人的身影
    2020-11-28 00:24

    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:

提交回复
热议问题