0
0
Fork 0

Add some bits to the Hand template

This commit is contained in:
Oliver-Akins 2020-12-13 15:02:02 -07:00
parent ecc580e8d7
commit e5328dd1fb

View file

@ -1,5 +1,5 @@
<template>
<div></div>
<div id="PlayerHand"></div>
</template>
<script>
@ -8,10 +8,11 @@ export default {
components: {},
computed: {},
methods: {},
sockets: {},
}
</script>
<style>
<style scoped>
@import "../css/theme.css";
@import "../css/style.css";
</style>