Skip to content

Instantly share code, notes, and snippets.

@RobbertWolfs
Created January 11, 2017 22:04
Show Gist options
  • Save RobbertWolfs/c7963b41b9e1501f59917d087b59868f to your computer and use it in GitHub Desktop.
Save RobbertWolfs/c7963b41b9e1501f59917d087b59868f to your computer and use it in GitHub Desktop.
YNqqRJ
<div id="app">
<p> {{ message }} </p>
</div>
const app = new Vue({
el: '#app',
data: {
message: 'Hello World',
},
});
<script src="https://unpkg.com/vue@2.1.8/dist/vue.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment