Skip to content

Commit acd19c5

Browse files
committed
initial commit
0 parents  commit acd19c5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.1.10/vue.min.js"></script>
5+
</head>
6+
<body>
7+
<div id='app'></div>
8+
<script>
9+
new Vue({
10+
el: '#app'
11+
})
12+
</script>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)