Skip to content

Commit 9803d99

Browse files
committed
fix: starter template
1 parent 926c84a commit 9803d99

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

demo/composable-vue/slides.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: cover
33
download: 'https://antfu.me/talks/2021-04-29'
44
highlighter: shiki
5+
monaco: true
56
info: |
67
## Composable Vue
78

packages/create-app/template/slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Animations are powered by [@vueuse/motion](https://motion.vueuse.org/).
198198
</div>
199199
```
200200

201-
<div class="w-60 relative mt-6">
201+
<div class="w-60 relative mt-6" v-if="$slidev.nav.currentPage === 7">
202202
<div class="relative w-40 h-40">
203203
<img
204204
v-motion

0 commit comments

Comments
 (0)