Skip to content

Commit 1242065

Browse files
committed
Merge branch 'vuejs.org-master' into 2.0-cn
* vuejs.org-master: Update comparison.md (vuejs#694) Fix vue.js to Vue.js. (vuejs#692) Fix components.md (vuejs#691) # Conflicts: # src/v2/guide/comparison.md # src/v2/guide/components.md # themes/vue/layout/layout.ejs
2 parents 8a3ebb5 + a1d4501 commit 1242065

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/v2/guide/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Vue 和 React 都提供了强大的路由来应对大型应用。React 社区在
205205
- 它只提供一个构建单页面应用的单一模板,而 Vue 提供了各种用途的模板。
206206
- 它不能用用户自建的模板构建项目,而自建模板对企业环境下预先建立协议是特别有用的。
207207

208-
而要注意的是这些限制是故意设计的,这有它的优势。例如,如果你的项目需求非常简单,你就不需要自定义生成过程。你能把它作为一个依赖来更新。如果阅读更多关于[不同的设计理念](https://github.com/facebookincubator/create-react-app#philosophy)
208+
要注意的是这些限制是故意设计的,这有它的优势。例如,如果你的项目需求非常简单,你就不需要自定义生成过程。你能把它作为一个依赖来更新。如果阅读更多关于[不同的设计理念](https://github.com/facebookincubator/create-react-app#philosophy)
209209

210210
#### 向下扩展
211211

themes/vue/layout/layout.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE html>
33
<html lang="en">
44
<head>
5-
<title><%- page.title ? page.title + ' - ' : '' %> vuefe.cn | Vue.js v2 中文文档</title>
5+
<title><%- page.title ? page.title + ' - ' : '' %>Vue.js中文文档 vuefe.cn vue2</title>
66
<meta charset="utf-8">
77
<meta name="description" content="<%- theme.site_description %>">
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">

0 commit comments

Comments
 (0)