Start work on the GameLobby view
This commit is contained in:
parent
4b0803c9a1
commit
43304617d7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
<div></div>
|
<div id="GameLobby" class="maximize view"></div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: ``,
|
name: `GameLobby`,
|
||||||
components: {},
|
components: {},
|
||||||
computed: {},
|
computed: {},
|
||||||
methods: {},
|
methods: {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue