Skip to content

Instantly share code, notes, and snippets.

@paramsinghvc
Last active August 14, 2017 18:09
Show Gist options
  • Save paramsinghvc/dec1ff31171b3346689fc39b4a0b578e to your computer and use it in GitHub Desktop.
Save paramsinghvc/dec1ff31171b3346689fc39b4a0b578e to your computer and use it in GitHub Desktop.
let app = new Vue({
el: '#data-binding',
data: {
error: true,
message: 'Survival of the fittest'
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment