We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b9bc9 commit 283d6d3Copy full SHA for 283d6d3
themes/vue/layout/partials/sidebar.ejs
@@ -21,7 +21,7 @@
21
<%- titles[type] %>
22
<% if (['cookbook', 'style-guide'].indexOf(type) === -1) { %>
23
<select class="version-select">
24
- <option value="v3">3.x-beta</option>
+ <option value="v3">3.x</option>
25
<option value="SELF" selected>2.x</option>
26
<option value="v1">1.0</option>
27
<option value="012">0.12</option>
0 commit comments