Skip to content

Instantly share code, notes, and snippets.

@mtermoul
Created September 15, 2018 21:41
Show Gist options
  • Save mtermoul/935c860bcb383502456ef944e490d20f to your computer and use it in GitHub Desktop.
Save mtermoul/935c860bcb383502456ef944e490d20f to your computer and use it in GitHub Desktop.
garage-sale/PostItem.vue
// garage-sale/src/components/PostItem.vue
<template>
<v-card :to="{name: 'post', params: {postIndex: postIndex}}" :title="postData.title">
<v-card-media
height="200px"
:src="mainImageUrl">
</v-card-media>
</v-card>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment