Commit a10f0700 authored by raphael.peim's avatar raphael.peim

Add frame into Game.vue

parent d08d00d9
......@@ -4,17 +4,9 @@
<div id="game" class="container h-75">
<div class="row h-100">
<div id="chat" class="col-3 h-100" style="border: 1px solid black;">
<div class="row h-75" style="border: 1px solid black;">
<div class="col w-100 h-100" style="border: 1px solid black;">
</div>
</div>
<div class="row h-25" style="border: 1px solid black;">
<div class="col w-100 h-75 pt-4">
<form @submit="onSubmit">
<Input :information="input" />
</form>
</div>
</div>
<frameset class="w-100 h-100">
<frame src="https://eden.imt-lille-douai.fr/~alexandre.trochon/chatserver/" />
</frameset>
</div>
<div class="col-9 h-100" style="border: 1px solid black;">
</div>
......@@ -25,13 +17,13 @@
<script>
import Navbar from '@/components/Navbar'
import Input from '@/components/Input'
// import Input from '@/components/Input'
export default {
name: 'Game',
components: {
Navbar,
Input
Navbar
// Input
},
data() {
return {
......
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