Skip to content

Commit

Permalink
fix(docs): fix docs path
Browse files Browse the repository at this point in the history
fix #1190
  • Loading branch information
theniceangel committed May 17, 2021
1 parent 430f603 commit aef6dab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/vuepress-docs/docs/en-US/plugins/indicators.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ new BScroll('.wrapper', {
<<< @/examples/vue/components/indicators/minimap.vue?template
</template>
<template slot="code-script">
<<< @/examples/vue/components/scrollbar/minimap.vue?script
<<< @/examples/vue/components/indicators/minimap.vue?script
</template>
<template slot="code-style">
<<< @/examples/vue/components/scrollbar/minimap.vue?style
<<< @/examples/vue/components/indicators/minimap.vue?style
</template>
<indicators-minimap slot="demo"></indicators-minimap>
</demo>
Expand Down
4 changes: 2 additions & 2 deletions packages/vuepress-docs/docs/zh-CN/plugins/indicators.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ new BScroll('.wrapper', {
<<< @/examples/vue/components/indicators/minimap.vue?template
</template>
<template slot="code-script">
<<< @/examples/vue/components/scrollbar/minimap.vue?script
<<< @/examples/vue/components/indicators/minimap.vue?script
</template>
<template slot="code-style">
<<< @/examples/vue/components/scrollbar/minimap.vue?style
<<< @/examples/vue/components/indicators/minimap.vue?style
</template>
<indicators-minimap slot="demo"></indicators-minimap>
</demo>
Expand Down

0 comments on commit aef6dab

Please sign in to comment.