mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
20 lines
319 B
Vue
20 lines
319 B
Vue
<template>
|
|
<div>
|
|
<nuxt-link to="/groups">
|
|
<base-button
|
|
icon="users"
|
|
circle
|
|
ghost
|
|
v-tooltip="{
|
|
content: $t('header.groups.tooltip'),
|
|
placement: 'bottom-start',
|
|
}"
|
|
/>
|
|
</nuxt-link>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {}
|
|
</script>
|