Skip to content

Commit 283d6d3

Browse files
authored
Guide version menu should show "3.x" (vuejs#2699)
Did reference "3.x-beta"
1 parent 08b9bc9 commit 283d6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/layout/partials/sidebar.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<%- titles[type] %>
2222
<% if (['cookbook', 'style-guide'].indexOf(type) === -1) { %>
2323
<select class="version-select">
24-
<option value="v3">3.x-beta</option>
24+
<option value="v3">3.x</option>
2525
<option value="SELF" selected>2.x</option>
2626
<option value="v1">1.0</option>
2727
<option value="012">0.12</option>

0 commit comments

Comments
 (0)