fix(docs): remove extra slashes (#8134)

This commit is contained in:
btea 2022-06-06 23:26:30 +08:00 committed by GitHub
parent 80c6eebd12
commit db0b4d49e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" />