Skip to content

Commit

Permalink
docs: fix text learn more (#1991)
Browse files Browse the repository at this point in the history
  • Loading branch information
bongudth authored Dec 30, 2024
1 parent 05486d6 commit 19f23c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/custom/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ themeConfig:
# favicon, can be a local file path or URL
favicon: 'https://cdn.jsdelivr.net/gh/slidevjs/slidev/assets/favicon.png'
# URL of PlantUML server used to render diagrams
# Learn mode: https://sli.dev/features/plantuml.html
# Learn more: https://sli.dev/features/plantuml.html
plantUmlServer: https://www.plantuml.com/plantuml
# fonts will be auto-imported from Google fonts
# Learn more: https://sli.dev/custom/config-fonts.html
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/animations.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ The variants will be combined according to the priority defined above.
Due to a Vue internal [bug](https://github.com/vuejs/core/issues/10295), currently **only** `v-click` applied to the same element as `v-motion` can control the motion animation. As a workaround, you can use something like `v-if="3 < $clicks"` to achieve the same effect.
:::

Learn mode: [Demo](https://sli.dev/demo/starter/10) | [@vueuse/motion](https://motion.vueuse.org/) | [v-motion](https://motion.vueuse.org/features/directive-usage) | [Presets](https://motion.vueuse.org/features/presets)
Learn more: [Demo](https://sli.dev/demo/starter/10) | [@vueuse/motion](https://motion.vueuse.org/) | [v-motion](https://motion.vueuse.org/features/directive-usage) | [Presets](https://motion.vueuse.org/features/presets)

## Slide Transitions {#slide-transitions}

Expand Down

0 comments on commit 19f23c0

Please sign in to comment.