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
v2.x 以前のドキュメントです。
13
- v3.x のドキュメントを見たい場合は<a href =" https://v3. ja.vuejs.org/" >こちら</a >
13
+ v3.x のドキュメントを見たい場合は<a href =" https://ja.vuejs.org/" >こちら</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" >v2.x 以前のドキュメントです。</span >
4
- v3.x のドキュメントを見たい場合は<a href =" https://v3. ja.vuejs.org/" >こちら</a >
4
+ v3.x のドキュメントを見たい場合は<a href =" https://ja.vuejs.org/" >こちら</a >
5
5
</div >
6
6
7
7
<header id =" header" >
Original file line number Diff line number Diff line change 329
329
var version = e . target . value
330
330
var section = window . location . pathname . match ( / \/ v \d \/ ( \w + ?) \/ / ) [ 1 ]
331
331
if ( version === 'v3' ) {
332
- window . location . assign ( 'https://v3. ja.vuejs.org/' + section + '/' )
332
+ window . location . assign ( 'https://ja.vuejs.org/' + section + '/' )
333
333
return
334
334
}
335
335
if ( version === 'SELF' ) { return }
You can’t perform that action at this time.
0 commit comments