File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
<div class =" content <%- page.type ? page.type + ' with-sidebar' : '' %> <%- page.type === 'guide' ? page.path.replace(/.+\//, '').replace('.html', '') + '-guide' : '' %>" >
11
11
<p class =" tip warning v3-warning" >
12
12
You’re browsing the documentation for v2.x and earlier.
13
- For v3.x, <a href =" https://v3. vuejs.org/" >click here</a >.
13
+ For v3.x, <a href =" https://vuejs.org/" >click here</a >.
14
14
</p >
15
15
16
16
<% if (page .type ) { % >
Original file line number Diff line number Diff line change 1
1
<div >
2
2
<div id =" v3-banner" >
3
3
<span class =" hidden-sm" >You’re browsing the documentation for v2.x and earlier.</span >
4
- <a href =" https://v3. vuejs.org/" >Click here</a > for v3.x documentation.
4
+ <a href =" https://vuejs.org/" >Click here</a > for v3.x documentation.
5
5
</div >
6
6
7
7
<header id =" header" >
Original file line number Diff line number Diff line change 21
21
< %- titles[type] % >
22
22
< % if ([' cookbook' , ' style-guide' ].indexOf (type) === - 1 ) { % >
23
23
< select class = " version-select" >
24
- < option value= " v3 " > 3 .x < / option>
24
+ < option value= " " > 3 .x < / option>
25
25
< option value= " SELF" selected> 2 .x < / option>
26
26
< option value= " v1" > 1.0 < / option>
27
27
< option value= " 012" > 0.12 < / option>
You can’t perform that action at this time.
0 commit comments