Skip to content

Instantly share code, notes, and snippets.

@alloyking
Created February 5, 2018 03:02
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 alloyking/c76dba4ffe79d44547635e1a40f7e8bd to your computer and use it in GitHub Desktop.
Save alloyking/c76dba4ffe79d44547635e1a40f7e8bd to your computer and use it in GitHub Desktop.
example
var someForm = new Vue({
el: '#someForm',
data: {
message: 'Hello Vue!'
}
})
var someOtherThing = new Vue({
el: '#someOtherThing',
data: {
message: 'Hello Vue!'
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment