From: Benjamin Auder <benjamin.auder@somewhere>
Date: Wed, 24 Jan 2018 18:45:33 +0000 (+0100)
Subject: Fix bug when entering nInput
X-Git-Url: https://git.auder.net/game/doc/html/index.html?a=commitdiff_plain;h=5bbb0fec16bbb7dd972077f880f2805c694ed196;p=rpsls-bot.git

Fix bug when entering nInput
---

diff --git a/index.html b/index.html
index 4156c00..5ee5715 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,7 @@
 				<div class="col s12">
 					<form class="center">
 						<div class="input-field inline">
-							<input id="nInput" type="number" v-model="nInput" @change="reinitialize()">
+							<input id="nInput" type="number" v-model.number="nInput" @change="reinitialize()">
 							<label for="nInput">Number of inputs</label>
 						</div>
 						<span class="leftSpacing">