Commit 4e81becb authored by Zohten's avatar Zohten

Removed tile

parent 11f82a78
<template>
<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,
Hand
},
data(){ //data must be a function
......
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