AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 slidev
DecorateWithLi.vue
根目录
/
cypress
/
fixtures
/
basic
/
components
/
DecorateWithLi.vue
1
<template>
2
<li>Step b</li>
3
<slot />
4
<li>Step y</li>
5
</template>
6
6 lines
Plain Text