Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Commit df8baae

Browse files
committed
add button to navigation
1 parent a9d9810 commit df8baae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components/Molecules/CommonNavigation.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@
3636
<span class="string">Gallery</span>
3737
</a>
3838
</li>
39+
<li class="anchor-item">
40+
<a
41+
v-scroll-to="scrollTo(anchorList.goods)"
42+
class="anchor"
43+
:href="`#${anchorList.goods.id}`"
44+
>
45+
<span class="string">Goods</span>
46+
</a>
47+
</li>
3948
<li class="anchor-item">
4049
<a
4150
v-scroll-to="scrollTo(anchorList.contact)"

0 commit comments

Comments
 (0)