Skip to content

Instantly share code, notes, and snippets.

@easierbycode
Created December 11, 2018 15:49
Show Gist options
  • Save easierbycode/21845c8f21447014aa1a391e0b5606bb to your computer and use it in GitHub Desktop.
Save easierbycode/21845c8f21447014aa1a391e0b5606bb to your computer and use it in GitHub Desktop.
number range using Vue's v-for
<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