Skip to content

Instantly share code, notes, and snippets.

@dwoodard
Forked from anonymous/index.html
Created March 29, 2016 22:14
Show Gist options
  • Save dwoodard/8bf3c23131afc45536b9d218d8acc4fe to your computer and use it in GitHub Desktop.
Save dwoodard/8bf3c23131afc45536b9d218d8acc4fe 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