|
|
@ -52,7 +52,7 @@ export default {
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
<form @submit.prevent>
|
|
|
|
<form @submit.prevent>
|
|
|
|
<label for="Kahoot-Code">Code</label>
|
|
|
|
<label for="Kahoot-Code">Code</label>
|
|
|
|
<input type="text" id="Kahoot-Code" name="Kahoot-Code" v-model="codeKahoot" minlength="6" maxlength="10">
|
|
|
|
<input class="form-control" type="text" id="Kahoot-Code" name="Kahoot-Code" v-model="codeKahoot" minlength="6" maxlength="10">
|
|
|
|
<button class="btn btn-light" v-on:click="rejoindrePartie">Rejoindre</button>
|
|
|
|
<button class="btn btn-light" v-on:click="rejoindrePartie">Rejoindre</button>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -73,11 +73,11 @@ export default {
|
|
|
|
<div class="modal-body">
|
|
|
|
<div class="modal-body">
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<label for="Kahoot-Create-Title">Titre</label>
|
|
|
|
<label for="Kahoot-Create-Title">Titre</label>
|
|
|
|
<input type="text" id="Kahoot-Create-Title" name="Kahoot-Create-Title" v-model="titreKahoot" required minlength="2" maxlength="255">
|
|
|
|
<input class="form-control" type="text" id="Kahoot-Create-Title" name="Kahoot-Create-Title" v-model="titreKahoot" required minlength="2" maxlength="255">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<label for="Kahoot-Create-Questions">Nombre de questions</label>
|
|
|
|
<label for="Kahoot-Create-Questions">Nombre de questions</label>
|
|
|
|
<input type="number" id="Kahoot-Create-Questions" name="Kahoot-Create-Questions" v-model="nbQuestions" required min="1" max="99">
|
|
|
|
<input class="form-control" type="number" id="Kahoot-Create-Questions" name="Kahoot-Create-Questions" v-model="nbQuestions" required min="1" max="99">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
|
|
<div class="modal-footer">
|
|
|
|