返回 slidev
global.vue
根目录 / cypress / fixtures / basic / global.vue
1 <template>
2 <div
3 v-if="$slidev.nav.currentPage % 2 === 1"
4 class="absolute bottom-0 right-0 m-10 hover:text-red-400"
5 >
6 Global Footer (appear only on odd page)
7 </div>
8 </template>
9
9 lines Plain Text