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