1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-09-07 04:39:10 +01:00
elk/components/content/ContentMentionGroup.vue
2023-01-16 06:10:33 +01:00

6 lines
164 B
Vue

<template>
<p flex="~ gap-1 wrap" items-center text-sm class="zen-none">
<span i-ri-arrow-right-line ml--1 text-secondary-light /><slot />
</p>
</template>