Skip to content

Instantly share code, notes, and snippets.

@kureikei
Created March 1, 2015 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kureikei/4255fd98885567555c46 to your computer and use it in GitHub Desktop.
Save kureikei/4255fd98885567555c46 to your computer and use it in GitHub Desktop.
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/0.11.5/vue.min.js"></script>
<style>h3{white-space: pre }</style>
</head>
<body>
<div id="haiku">
<div v-repeat="haikus">
<h1>{{creator}}</h1>
<h3> {{kamigo}}</h3>
<h3> {{nakashichi}}</h3>
<h3> {{shimogo}}</h3>
</div>
</div>
<script src="./haikuVue.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment