Skip to content

Instantly share code, notes, and snippets.

@thefln
Created November 27, 2017 20:34
Show Gist options
  • Select an option

  • Save thefln/2089b6b9d375a68cccaf555e289ff0d0 to your computer and use it in GitHub Desktop.

Select an option

Save thefln/2089b6b9d375a68cccaf555e289ff0d0 to your computer and use it in GitHub Desktop.
products.vue
<template>
<div class="columns is-mobile is-multiline is-centered">
<div class="column is-one-third-desktop" v-for="p in products">
<small-product :product="p" />
</div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment