AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 slidev
Marker.vue
根目录
/
demo
/
composable-vue
/
components
/
Marker.vue
1
<template>
2
<span class="bg-$slidev-code-background px-2 py-1 rounded font-mono inline-block text-0.4em line-height-1em transform translate-y-[-1.5em] translate-x-[-0.3em]"><slot /></span>
3
</template>
4
4 lines
Plain Text