Commit 11f82a78 authored by quentin.vrel's avatar quentin.vrel

hand test

parent cb887ad8
......@@ -2,15 +2,18 @@
<div class="about">
<h1>This is minimal page</h1>
<tile :id="this.id" />
<hand/>
</div>
</template>
<script>
import Tile from '@/components/Tile.vue'
import Hand from '../components/Hand.vue'
export default {
name: 'Betaparty',
components: {
Tile
Tile,
Hand
},
data(){ //data must be a function
return{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment