Created
November 27, 2017 20:34
-
-
Save thefln/2089b6b9d375a68cccaf555e289ff0d0 to your computer and use it in GitHub Desktop.
products.vue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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