Skip to content

Commit 84689cf

Browse files
committed
add link to chinese docs
1 parent 53c5792 commit 84689cf

File tree

3 files changed

+7
-127
lines changed

3 files changed

+7
-127
lines changed

themes/vue/layout/index.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</script>
99

1010
<div id="hero">
11+
<a id="cn-link" href="http://cn.vuejs.org">中文版</a>
1112
<div class="inner">
1213
<ul id="nav">
1314
<li><a href="/guide/" class="nav-link">Guide</a></li>

themes/vue/layout/partials/index.ejs

Lines changed: 0 additions & 127 deletions
This file was deleted.

themes/vue/source/css/index.styl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ zoom()
99
html, body
1010
height 100%
1111

12+
#cn-link
13+
position absolute
14+
top 10px
15+
right 12px
16+
font-size 14px
17+
1218
#nav
1319
list-style-type none
1420
text-align center

0 commit comments

Comments
 (0)