mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 08:29:57 +00:00
6 lines
164 B
Vue
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>
|