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