Skip to content

Instantly share code, notes, and snippets.

@alxlion
Created May 31, 2020 16:47
Show Gist options
  • Save alxlion/334bdbeea8b5ca336444b9807370b6f6 to your computer and use it in GitHub Desktop.
Save alxlion/334bdbeea8b5ca336444b9807370b6f6 to your computer and use it in GitHub Desktop.
Vue template example 1
<div>
<p v-for="student in students">{{ student }}</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment