Commit 4e81becb authored by Zohten's avatar Zohten

Removed tile

parent 11f82a78
<template> <template>
<div class="about"> <div class="about">
<h1>This is minimal page</h1> <h1>This is minimal page</h1>
<tile :id="this.id" />
<hand/> <hand/>
</div> </div>
</template> </template>
<script> <script>
import Tile from '@/components/Tile.vue'
import Hand from '../components/Hand.vue' import Hand from '../components/Hand.vue'
export default { export default {
name: 'Betaparty', name: 'Betaparty',
components: { components: {
Tile,
Hand Hand
}, },
data(){ //data must be a function 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