0
0
Fork 0

Start work on the GameLobby view

This commit is contained in:
Oliver-Akins 2020-12-08 15:52:35 -07:00
parent 4b0803c9a1
commit 43304617d7

View file

@ -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: {},