Skip to content

Commit 32bfe15

Browse files
authored
Update index.md
1 parent b1cafed commit 32bfe15

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/api/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ type: api
579579

580580
- **详细:**
581581

582-
发生在实例初始化之后,数据观测(data observer) 和 event/watcher 事件配置之前
582+
在实例初始化之后,数据观测(data observer) 和 event/watcher 事件配置之前被调用
583583

584584
- **另见:** [生命周期图示](/guide/instance.html#Lifecycle-Diagram)
585585

@@ -589,7 +589,7 @@ type: api
589589

590590
- **详细:**
591591

592-
发生在实例已经创建完成之后。在这一步,实例已完成以下的配置:数据观测(data observer),属性和方法的运算, watch/event 事件回调。然而,挂载阶段还没开始,`$el` 属性目前不可见。
592+
实例已经创建完成之后被调用。在这一步,实例已完成以下的配置:数据观测(data observer),属性和方法的运算, watch/event 事件回调。然而,挂载阶段还没开始,`$el` 属性目前不可见。
593593

594594
- **另见:** [生命周期图示](/guide/instance.html#Lifecycle-Diagram)
595595

@@ -705,7 +705,7 @@ type: api
705705

706706
- **详细:**
707707

708-
一个 用于 Vue 实例 的带 hash 的指令
708+
包含 Vue 实例可用指令的哈希表
709709

710710
- **另见:**
711711
- [自定义指令](/guide/custom-directive.html)
@@ -717,7 +717,7 @@ type: api
717717

718718
- **详细:**
719719

720-
一个 用于 Vue 实例 的带 hash 的过滤器
720+
包含 Vue 实例可用过滤器的哈希表
721721

722722
- **另见:**
723723
- [`Vue.filter`](#Vue-filter)
@@ -728,7 +728,7 @@ type: api
728728

729729
- **详细:**
730730

731-
一个 用于 Vue 实例 的带 hash 的组件
731+
包含 Vue 实例可用组件的哈希表
732732

733733
- **另见:**
734734
- [组件](/guide/components.html)

0 commit comments

Comments
 (0)