Skip to content

Commit f2b3f13

Browse files
committed
feat: add slide numbers
1 parent cedbed9 commit f2b3f13

File tree

2 files changed

+122
-18
lines changed

2 files changed

+122
-18
lines changed

global-bottom.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<template>
2+
<footer style="font-size: 0.5em" class="absolute top-7 right-4 pr-8 right-0 text-right text-gray-400 flex z-1">
3+
<div>
4+
<SlideCurrentNo />&nbsp;/&nbsp;<SlidesTotal />
5+
</div>
6+
</footer>
7+
</template>
Lines changed: 115 additions & 18 deletions
Loading

0 commit comments

Comments
 (0)