Skip to content

Instantly share code, notes, and snippets.

@flowck
Created May 27, 2018 10:53
Show Gist options
  • Save flowck/224c85cbd3ccadf68b1245e6477c3408 to your computer and use it in GitHub Desktop.
Save flowck/224c85cbd3ccadf68b1245e6477c3408 to your computer and use it in GitHub Desktop.
<section id="vueapp">
<article class="post" v-for="post in posts" :key="post.id">
<h1 class="title">{{ post.title }}</h1>
<p>{{ post.body }}</p>
</article>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment