AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 slidev
FeaturesAnimation.vue
根目录
/
docs
/
.vitepress
/
theme
/
components
/
FeaturesAnimation.vue
1
<script setup lang="ts">
2
import Inner from './FeaturesAnimationInner.vue'
3
</script>
4
5
<template>
6
<div class="outer">
7
<Inner class="inner" />
8
</div>
9
</template>
10
11
<style scoped>
12
13
</style>
14
14 lines
Plain Text