Files
DiceCloud/app/imports/ui/pages/Friends.vue
2020-05-02 17:09:56 +02:00

21 lines
278 B
Vue

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