mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-03 07:29:59 +00:00
6 lines
159 B
Vue
6 lines
159 B
Vue
<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>
|