mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 20:01:22 +00:00
10 lines
185 B
Vue
10 lines
185 B
Vue
<template>
|
|
<div>
|
|
_id groupe page
|
|
<nuxt-link :to="{ name: 'group-create' }">
|
|
bearbeiten
|
|
<ds-icon name="ellipsis-v"></ds-icon>
|
|
</nuxt-link>
|
|
</div>
|
|
</template>
|