We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4558053 commit 5310fd2Copy full SHA for 5310fd2
themes/vue/layout/partials/learn_dropdown.ejs
@@ -9,6 +9,7 @@
9
<li><a href="<%- url_for("/v2/style-guide/") %>" class="nav-link<%- page.path.match(/\/style-guide(\/|$)/) ? ' current' : '' %>">스타일 가이드</a></li>
10
<li><a href="<%- url_for("/v2/examples/") %>" class="nav-link<%- page.path.match(/\/examples(\/|$)/) ? ' current' : '' %>">예시</a></li>
11
<li><a href="<%- url_for("/v2/cookbook/") %>" class="nav-link<%- page.path.match(/\/cookbook(\/|$)/) ? ' current' : '' %>">쿡북</a></li>
12
+ <li><a href="https://v3.vuejs-korea.org/ko-KR/" class="nav-lin>">Vue.js 3 한국어문서</a></li>
13
</ul>
14
</li>
15
<li><h4>영상 강의</h4></li>
@@ -30,5 +31,6 @@
30
31
32
33
34
+
35
36
0 commit comments