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 22a961e commit 46e393aCopy full SHA for 46e393a
themes/vue/layout/partials/main_menu.ejs
@@ -4,6 +4,6 @@
4
<li><a href="/vue-router/" class="nav-link<%- page.path.match(/vue-router/) ? ' current' : '' %>">vue-router</a></li>
5
<li><a href="/vuex/" class="nav-link<%- page.path.match(/vuex/) ? ' current' : '' %>">vuex</a></li>
6
<li><a href="/examples/" class="nav-link<%- page.path.match(/examples/) ? ' current' : '' %>">示例</a></li>
7
-<li><a href="http://webpack.vuefe.cn" target="_blank">webpack</a></li>
+<li><a href="https://webpack2.leanapp.cn" target="_blank">webpack</a></li>
8
<li><a href="/more/" class="nav-link<%- page.path.match(/more/) ? ' current' : '' %>">更多</a></li>
9
<%- partial('partials/community_dropdown') %>
0 commit comments