18 lines
228 B
Vue
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>
|