mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 19:27:55 +11:00
Update CommunicationsFriends.vue
This commit is contained in:
parent
12e0bad686
commit
51e4cb24ca
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div id="communications-friends">
|
||||
<v-card color="card" class="rounded-xl" :height="viewport()" elevation="0">
|
||||
<v-card color="card" class="rounded-0" :height="viewport()" elevation="0">
|
||||
<v-tabs centered background-color="card" v-model="tab">
|
||||
<v-tab :key="0">Users</v-tab>
|
||||
<v-tab :key="1"> Friends </v-tab>
|
||||
|
|
Loading…
Reference in a new issue