DemoButtonBlock.vue 307 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 <template> <VRow> <VCol cols="12" sm="6" > <VBtn block> Block Button </VBtn> </VCol> <VCol cols="12" sm="6" > <VBtn variant="outlined" block > Block Button </VBtn> </VCol> </VRow> </template>