Skip to content

Commit afbd974

Browse files
authored
Merge pull request #248 from niceplugin/api/ApiIndex.vue
수정: API 메인 페이지 링크 텍스트 한글 적용
2 parents 31261df + e5a2d83 commit afbd974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ko-KR/src/api/ApiIndex.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function slugify(text: string): string {
9595
<h3>{{ item.text }}</h3>
9696
<ul>
9797
<li v-for="h of item.headers" :key="h.anchor">
98-
<a :href="item.link + '.html#' + slugify(h.anchor)">{{ h.anchor }}</a>
98+
<a :href="item.link + '.html#' + slugify(h.anchor)">{{ h.text }}</a>
9999
</li>
100100
</ul>
101101
</div>

0 commit comments

Comments
 (0)