Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes/vue/layout/page.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="content <%- page.type ? page.type + ' with-sidebar' : '' %> <%- page.type === 'guide' ? page.path.replace(/.+\//, '').replace('.html', '') + '-guide' : '' %>">
<p class="tip warning v3-warning">
You’re browsing the documentation for v2.x and earlier.
For v3.x, <a href="https://v3.vuejs.org/">click here</a>.
For v3.x, <a href="https://v3.vuejs.org/guide/">click here</a>.
</p>

<% if (page.type) { %>
Expand Down
2 changes: 1 addition & 1 deletion themes/vue/layout/partials/header.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div>
<div id="v3-banner">
<span class="hidden-sm">You’re browsing the documentation for v2.x and earlier.</span>
<a href="https://v3.vuejs.org/">Click here</a> for v3.x documentation.
<a href="https://v3.vuejs.org/guide/">Click here</a> for v3.x documentation.
</div>

<header id="header">
Expand Down