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

hand test

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