Add some bits to the Hand template
This commit is contained in:
parent
ecc580e8d7
commit
e5328dd1fb
1 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue