[Vuejs]-How to add space between cards in same row in vuetify

4👍

I just tried your scenario. you have to add this line.

<v-container grid-list-md>

instead of

<v-container>

enter image description here

Here is running example.
https://codepen.io/anon/pen/EBNPQb?&editable=true&editors=101

Leave a comment