Skip to content

Commit

Permalink
fix(docs): remove extra slashes (element-plus#8134)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored Jun 6, 2022
1 parent 80c6eeb commit db0b4d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ useEventListener(window, 'scroll', handleScroll)
:style="peopleLayer"
alt="banner"
class="cursor-pointer"
@click="jumpTo('/guide/quickstart.html')"
@click="jumpTo('guide/quickstart.html')"
/>
<left-layer-svg :style="leftLayer" alt="banner" />
<left-bottom-layer-svg :style="leftBottomLayer" alt="banner" />
Expand Down

0 comments on commit db0b4d4

Please sign in to comment.