Merge pull request #54 from ThibaultNocchi/grid_quirks

feat(itemid.vue): responsive columns size
This commit is contained in:
Julien Machiels 2020-09-06 20:30:56 +02:00 committed by GitHub
commit 47c45f5190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
</v-col>
</v-row>
<v-row>
<v-col v-for="item in items" :key="item.Id" cols="2">
<v-col v-for="item in items" :key="item.Id" cols="6" sm="4" md="3" lg="2">
<card :item="item" />
</v-col>
</v-row>