Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a69f8ac

Browse files
修复 vuejs#333
Merge branch 'vuejs.org-master' into 2.0-cn # Conflicts: # src/v2/guide/installation.md
2 parents 13ee594 + 0cfd655 commit a69f8ac

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

‎src/v2/guide/installation.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Vue.js 不支持 IE8 及其以下版本,因为 Vue.js 使用了 IE8 不能模
3434

3535
推荐:[unpkg](https://unpkg.com/vue/dist/vue.js), 会保持和 npm 发布的最新的版本一致。可以在 [unpkg.com/vue/](https://unpkg.com/vue/) 浏览 npm 包资源。
3636

37-
也可以从 [jsdelivr](//cdn.jsdelivr.net/vue/{{vue_version}}/vue.js)[cdnjs](//cdnjs.cloudflare.com/ajax/libs/vue/{{vue_version}}/vue.js)获取,不过这两个服务版本更新可能略滞后。
37+
也可以从 [jsDelivr](//cdn.jsdelivr.net/vue/{{vue_version}}/vue.js)[cdnjs](//cdnjs.cloudflare.com/ajax/libs/vue/{{vue_version}}/vue.js)获取,不过这两个服务版本更新可能略滞后。
3838

3939
## NPM
4040

‎themes/vue/layout/partials/header.ejs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div id="header">
22
<a id="logo" href="/">
33
<img src="/images/logo.png">
4-
<span>Vue.js <span style="font-size: 12px;">(2017.02.01更新,祝大家新年快乐!)</span></span>
4+
<span>Vue.js <span style="font-size: 12px;">(2017.02.06更新,鸡年大吉!)</span></span>
55
</a>
66
<a style="
77
position: absolute;

‎themes/vue/source/css/_migration.styl‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
margin-left: .3em
55
color: #b9465c
66
.upgrade-path
7+
margin-top: 2em
78
padding: 2em
89
background: rgba(73, 195, 140, .1)
910
border-radius: 2px
1011
>h4
1112
margin-top: 0
1213
>p:last-child
1314
margin-bottom: 0
14-
15+
padding-bottom: 0

‎themes/vue/source/js/common.js‎

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,6 @@
176176

177177
var animating = false
178178
sectionContainer.addEventListener('click', function (e) {
179-
<<<<<<< HEAD
180-
=======
181-
182-
// Not prevent hashchange for smooth-scroll
183-
// e.preventDefault()
184-
185-
>>>>>>> vuejs.org-master
186179
if (e.target.classList.contains('section-link')) {
187180
sidebar.classList.remove('open')
188181
setActive(e.target)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /