Created
November 30, 2018 16:20
-
-
Save jefBinomed/e90c5bf86223471c2e1d346cf9d4be11 to your computer and use it in GitHub Desktop.
2018-countdown-wrongvue
This file contains 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
<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