Skip to content

Instantly share code, notes, and snippets.

@kureikei
Created March 1, 2015 21:23
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/1b6f2e12691a0aed44a1 to your computer and use it in GitHub Desktop.
Save kureikei/1b6f2e12691a0aed44a1 to your computer and use it in GitHub Desktop.
do ->
poems = [
{creator: "正岡子規", kamigo: "赤とんぼ", nakashichi: "筑波に雲も", shimogo: "無かりけり"},
{creator: "松尾芭蕉", kamigo: "五月雨を", nakashichi: "集めてはやし", shimogo: "最上川"}
]
haikuVM = new Vue
data:
haikus: poems
haikuVM.$mount '#haiku'
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment