Skip to content

Instantly share code, notes, and snippets.

@jefBinomed
Created November 30, 2018 16:19
2018-countdown-goodvue
<Score
v-for="planet in planets.slice(0,10)"
:key="planet.id"
v-bind:planet="planet"
></Score>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment