Skip to content

Instantly share code, notes, and snippets.

@taishi41228
Forked from carbide-public/ untitled.carbide.md
Last active November 2, 2016 12:00
Show Gist options
  • Save taishi41228/9a4708614ec0ec41a6cb38b68e6d7cb1 to your computer and use it in GitHub Desktop.
Save taishi41228/9a4708614ec0ec41a6cb38b68e6d7cb1 to your computer and use it in GitHub Desktop.
untitled
var Vue = require('vue')
document.write('<div id="app">aaaaaaaaaa</div>')
new Vue({
el: '#app',
data: {
message: 'Hello,Vue.js!'
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment