Skip to content

Instantly share code, notes, and snippets.

Created March 29, 2016 22:14
Show Gist options
  • Save anonymous/a4fb4f23661bc503e43eed06698b320e to your computer and use it in GitHub Desktop.
Save anonymous/a4fb4f23661bc503e43eed06698b320e to your computer and use it in GitHub Desktop.
JS Bin // source http://jsbin.com/celufixafu
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.20/vue.min.js"></script>
<script id="jsbin-javascript">
new Vue({
el:"body",
data:{
}
});
</script>
<script id="jsbin-source-javascript" type="text/javascript">new Vue({
el:"body",
data:{
}
});</script></body>
</html>
new Vue({
el:"body",
data:{
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment