Created
December 11, 2018 15:49
-
-
Save easierbycode/21845c8f21447014aa1a391e0b5606bb to your computer and use it in GitHub Desktop.
number range using Vue's v-for
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> | |
<li v-for='n in 99'>{{ n }} bottles of beer on the wall..</li> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment