Skip to content

Commit 188cc8c

Browse files
committed
Add v-model for editing the game name.
1 parent 23e2e82 commit 188cc8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</head>
77
<body>
88
<div id="app">
9+
<input v-model="game">
910
{{ game }}
1011
</div>
1112
<script src="node_modules/vue/dist/vue.js"></script>

0 commit comments

Comments
 (0)