Files
DiceCloud/app/imports/ui/pages/Friends.vue
2020-05-15 13:31:07 +02:00

18 lines
228 B
Vue

<template>
<div>
<v-sheet>
<h1>
Friends
</h1>
<v-btn
fixed
bottom
right
fab
>
<v-icon>add</v-icon>
</v-btn>
</v-sheet>
</div>
</template>