Skip to content

Instantly share code, notes, and snippets.

@jefBinomed
Created November 30, 2018 16:20
Show Gist options
  • Save jefBinomed/e90c5bf86223471c2e1d346cf9d4be11 to your computer and use it in GitHub Desktop.
Save jefBinomed/e90c5bf86223471c2e1d346cf9d4be11 to your computer and use it in GitHub Desktop.
2018-countdown-wrongvue
<Score
v-if="planets.length > 0"
v-bind:planet="planets[0]"
></Score>
<Score
v-if="planets.length > 1"
v-bind:planet="planets[1]"
></Score>
<Score
v-if="planets.length > 2"
v-bind:planet="planets[2]"
></Score>
<Score
v-if="planets.length > 3"
v-bind:planet="planets[3]"
></Score>
<Score
v-if="planets.length > 4"
v-bind:planet="planets[4]"
></Score>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment