Skip to content

Commit 698f3b9

Browse files
authored
Merge pull request #3 from vuefe/2.0-cn
10.07更新
2 parents cca778f + f7f9cda commit 698f3b9

32 files changed

+391
-255
lines changed

src/about/apidoc.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ order: 2
1919
1 | 是 | Global Config | 全局配置 | dear-lizhihua | @dear-lizhihua
2020
2 | x | Global API | 全局API | | @dear-lizhihua
2121
3 | x | Options / Data | 选项 / 数据 | | @dear-lizhihua
22-
4 | x | Options / DOM | 选项 / DOM | |
23-
5 | x | Options / Lifecycle Hooks | 选项 / 生命周期钩子 | |
22+
4 | x | Options / DOM | 选项 / DOM | | @ATLgo
23+
5 | x | Options / Lifecycle Hooks | 选项 / 生命周期钩子 | | @ATLgo
2424
6 | x | Options / Assets | 选项 / 资源 | |
2525
7 | x | Options / Misc | 选项 / 杂项 | |
2626
8 | x | Instance Properties | 实例属性 | |
2727
9 | x | Instance Methods / Data | 实例方法 / 数据 | |
28-
10 | x | Instance Methods / Events | 实例方法 / 事件 | |
29-
11 | x | Instance Methods / Lifecycle | 实例方法 / 生命周期 | |
28+
10 | x | Instance Methods / Events | 实例方法 / 事件 | | @mlyknown
29+
11 | x | Instance Methods / Lifecycle | 实例方法 / 生命周期 | | @mlyknown
3030
12 | x | Directives | 指令| | @tingtien
31-
13 | x | Special Attributes | 特殊元素 | |
31+
13 | x | Special Attributes | 特殊元素 | | @70data
3232
14 | x | Built-In Components | 内置的组件 | |
33-
15 | x | VNode Interface | VNode接口 | |
34-
16 | x | Server-Side Rendering | 服务端渲染| | |
33+
15 | | VNode Interface | VNode接口 | @70data | @70data
34+
16 | | Server-Side Rendering | 服务端渲染| @70data | @70data

src/about/guide.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ order: 1
2525
3 | 是 | instance.md | 实例 | @dingyiming | @dingyiming
2626
4 | × | syntax.md | 模板语法 | | @tingtien
2727
5 | 是 | computed.md | 计算属性 | @dingyiming | @dingyiming
28-
6 | × | class-and-style.md | Class 与 Style 绑定 | | @595074187
28+
6 | | class-and-style.md | Class 与 Style 绑定 | @595074187 | @595074187
2929
7 | 是 | conditional.md | 条件渲染 | @dingyiming | @dingyiming
3030
8 | 是 | list.md | 列表渲染 | @tingtien | @tingtien
3131
9 | 是 | events.md | 事件处理器 | @dingyiming | @dingyiming
3232
10 | 是 | forms.md | 表单控件绑定 | @dingyiming | @dingyiming
33-
11 | × | components.md | 组件 | | @ezreally
33+
11 | | components.md | 组件 | @ezreally | @ezreally
3434

3535
### Advanced 进阶
3636

@@ -43,16 +43,22 @@ order: 1
4343
16 | 是 | custom-directive.md | 自定义指令 | @harrytospring | @harrytospring
4444
17 | 是 | mixins.md | 混合 | @harrytospring | @harrytospring
4545
18 | x | plugins.md | 插件 | | @hgcoder
46-
19 | x | single-file-components.md | 单文件组件 | | @ATLgo
46+
19 | | single-file-components.md | 单文件组件 | @ATLgo | @ATLgo
4747
20 | 是 | routing.md | 路由 | @dingyiming | @dingyiming
4848
21 | 是 | state-management.md | 状态管理 | @dear-lizhihua | @dear-lizhihua
49-
22 | 是 | unit-testing.md | 单元测试 | @70data | @70data
49+
22 | 是 | unit-testing.md | 单元测试 | @70data | @70data
5050
23 | 是 | ssr.md | 服务端渲染 | @dingyiming | @dingyiming
51+
52+
### Migration 迁移
53+
54+
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 认领者
55+
----- | ------- | ------------- | --- | --- | ---
5156
24 | x | migration.md | 1.x迁移 | | @harrytospring
57+
27 | x | migration-vue-router.md | vue-router 0.7.x 迁移 | | @forzajuve10
5258

5359
### Meta 更多
5460

5561
序号 | 是否完成 | 对应文档文件名 | 中文标题 | 贡献者 | 认领者
5662
----- | ------- | ------------- | --- | --- | ---
5763
25 | x | comparison.md | 对比其他框架 | | @yongbolv @daix6
58-
26 | 是 | join.md | 加入Vue.js社区 | @daix6 | @daix6
64+
26 | 是 | join.md | 加入Vue.js社区 | @daix6 | @daix6

src/about/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ order: 0
4040
- 翻译完后,使用git 提交更新到自己的仓库,后,在`https://github.com/vuefe/vuejs.org/pulls` 提交合并请求
4141
![image](https://cloud.githubusercontent.com/assets/12537013/19106938/68c786fa-8b1c-11e6-8ea0-30f97cf1a83b.png)
4242

43+
- 希望大家看清楚需要合并的分支,为`vuefe vuejs.org/2.0-cn` 分支,不要向`vuejs` 官方分支发起合并请求,也不要向 `vuefe vuejs.org/master` 分支发起合并请求,谢谢。
44+
4345
- 在QQ群里呼叫群主,合并请求
4446
- 群主合并内容,并记录贡献, 更新在线静态站内容
4547

src/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ All lifecycle hooks automatically have their `this` context bound to the instanc
779779

780780
Allow the component to recursively invoke itself in its template. Note that when a component is registered globally with `Vue.component()`, the global ID is automatically set as its name.
781781

782-
Another benefit of specifying a `name` option is debugging. Named components result in more helpful warning messages. Also, when inspecting an app in the Vue devtool, unnamed components will show up as `<AnonymousComponent>`, which isn't very informative. By providing the `name` option, you will get a much more informative component tree.
782+
Another benefit of specifying a `name` option is debugging. Named components result in more helpful warning messages. Also, when inspecting an app in the [vue-devtools](https://github.com/vuejs/vue-devtools), unnamed components will show up as `<AnonymousComponent>`, which isn't very informative. By providing the `name` option, you will get a much more informative component tree.
783783

784784
### extends
785785

src/guide/class-and-style.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,9 @@ data: {
156156

157157
`v-bind:style`使用需要厂商前缀的 CSS 属性时,如 `transform`,Vue.js 会自动侦测并添加相应的前缀。
158158

159+
***
160+
161+
> 原文:http://vuejs.org/guide/class-and-style.html
162+
163+
***
164+

src/guide/comparison.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Since you don't need to know about JSX, ES2015, or build systems to get started
224224

225225
ReactNative enables you to write native-rendered apps for iOS and Android using the same React component model. This is great in that as a developer, you can apply your knowledge of a framework across multiple platforms. On this front, Vue has an official collaboration with [Weex](https://alibaba.github.io/weex/), a cross-platform UI framework developed by Alibaba Group, which uses Vue as its JavaScript framework runtime. This means with Weex, you can use the same Vue component syntax to author components that can not only be rendered in the Browser, but also natively on iOS and Android!
226226

227-
At this moment, Weex is still in active development and is not as mature and battle-tested as ReactNative, but its development is driven by the production needs by the largest e-commmerce business in the world, and the Vue team will also actively collaborate with the Weex team to ensure a smooth experience for Vue developers.
227+
At this moment, Weex is still in active development and is not as mature and battle-tested as ReactNative, but its development is driven by the production needs of the largest e-commmerce business in the world, and the Vue team will also actively collaborate with the Weex team to ensure a smooth experience for Vue developers.
228228

229229
### With MobX
230230

@@ -327,3 +327,9 @@ Riot 2.0 provides a similar component-based development model (which is called a
327327
- More mature tooling support. Vue provides official support for [Webpack](https://github.com/vuejs/vue-loader), [Browserify](https://github.com/vuejs/vueify), and [SystemJS](https://github.com/vuejs/systemjs-plugin-vue), while Riot relies on community support for build system integration.
328328
- [Transition effect system](transitions.html). Riot has none.
329329
- Better performance. [Despite advertising](https://github.com/vuejs/vuejs.org/issues/346) use of a virtual DOM, Riot in fact uses dirty checking and thus suffers from the same performance issues as Angular 1.
330+
331+
***
332+
333+
> 原文:http://vuejs.org/guide/comparison.html
334+
335+
***

0 commit comments

Comments
 (0)