Commit 5dbda883 authored by raphael.peim's avatar raphael.peim

Add some comments

parent a0573ab2
......@@ -2,10 +2,9 @@
<div class="body">
<Navbar/>
<div class="center">
<!-- <img src="../assets/img/game.png" class="img-fluid" alt="Responsive image"> -->
<div id="game" class="container">
<div class="row">
<div id="chat" class="col-4">
<div id="chat" class="col-2">
</div>
<div id="play" class="col-10">
</div>
......@@ -33,14 +32,10 @@
border: 1px solid black;
}
#chat {
/* display: flex; */
/* width: 20%; */
height: 50px;
border: 1px solid black;
}
#play {
/* display: flex; */
/* width: 80%; */
height: 50px;
border: 1px solid black;
}
......
......@@ -24,6 +24,7 @@
this.getData()
},
methods: {
// Récupération des données du token
getData() {
fetch(this.$apiUrl + '/validatetoken', {
method: 'GET',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment