Skip to content

Instantly share code, notes, and snippets.

@mtermoul
Last active September 15, 2018 21:38
Show Gist options
  • Save mtermoul/6a594b5918eea7fbb47f2ba0cca4aa88 to your computer and use it in GitHub Desktop.
Save mtermoul/6a594b5918eea7fbb47f2ba0cca4aa88 to your computer and use it in GitHub Desktop.
garage-sale/Home.vue
// garage-sale/src/views/Home.vue
<template>
<v-app id="home">
<v-navigation-drawer app>
...
</v-navigation-drawer>
<v-toolbar>
...
</v-toolbar>
<v-content>
<v-container fluid xfill-height>
<v-layout row wrap>
<v-flex xs12>
<post-grid :posts="posts"></post-grid>
</v-flex>
</v-layout>
</v-container>
</v-content>
</v-app>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment