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>
|