Skip to content

Instantly share code, notes, and snippets.

@johnleider
Created March 6, 2019 19:52
Show Gist options
  • Save johnleider/9494ddaab9c60e9e548654a8954dd48b to your computer and use it in GitHub Desktop.
Save johnleider/9494ddaab9c60e9e548654a8954dd48b to your computer and use it in GitHub Desktop.
<template>
<v-container
class="pa-0"
grid-list-xl
>
<v-layout wrap>
<v-flex
v-for="n in 12"
:key="n"
xs4
>
<base-card />
</v-flex>
</v-layout>
</v-container>
</template>
<script>
export default {
name: 'Home'
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment