1
0
mirror of https://github.com/elk-zone/elk synced 2024-12-17 16:18:01 +09:00
elk/components/content/ContentMentionGroup.vue

6 lines
159 B
Vue
Raw Normal View History

2023-01-13 09:08:56 +09:00
<template>
<p flex="~ gap-1" items-center text-sm class="zen-none">
<span i-ri-arrow-right-line ml--1 text-secondary-light /><slot />
</p>
</template>