@@ -734,7 +734,7 @@ type: api
734
734
735
735
- ** 参考** :
736
736
- [ 生命周期图示] ( ../guide/instance.html#生命周期图示 )
737
- - [ 用插槽分发内容 ] ( ../guide/components.html#使用插槽分发内容 )
737
+ - [ 通过插槽分发内容 ] ( ../guide/components.html#通过插槽分发内容 )
738
738
739
739
### render
740
740
@@ -885,7 +885,7 @@ type: api
885
885
886
886
- **参考**:
887
887
- [构建组件 - keep-alive](#keep-alive)
888
- - [动态组件 - keep-alive](../guide/components.html#keep-alive)
888
+ - [动态组件 - keep-alive](../guide/components-dynamic-async .html#在动态组件上使用- keep-alive)
889
889
890
890
### deactivated
891
891
@@ -899,7 +899,7 @@ type: api
899
899
900
900
- **参考**:
901
901
- [构建组件 - keep-alive](#keep-alive)
902
- - [动态组件 - keep-alive](../guide/components.html#keep-alive)
902
+ - [动态组件 - keep-alive](../guide/components-dynamic-async .html#在动态组件上使用- keep-alive)
903
903
904
904
### beforeDestroy
905
905
@@ -1379,7 +1379,7 @@ type: api
1379
1379
1380
1380
- **详细**:
1381
1381
1382
- 用来访问被[插槽分发](../guide/components.html#使用插槽分发内容 )的内容。每个[具名插槽](../guide/components.html#具名插槽) 有其相应的属性 (例如:` slot= " foo" ` 中的内容将会在 ` vm .$slots .foo ` 中被找到)。` default` 属性包括了所有没有被包含在具名插槽中的节点。
1382
+ 用来访问被[插槽分发](../guide/components.html#通过插槽分发内容 )的内容。每个[具名插槽](../guide/components-slots .html#具名插槽) 有其相应的属性 (例如:` slot= " foo" ` 中的内容将会在 ` vm .$slots .foo ` 中被找到)。` default` 属性包括了所有没有被包含在具名插槽中的节点。
1383
1383
1384
1384
在使用[渲染函数](../guide/render-function.html)书写一个组件时,访问 ` vm .$slots ` 最有帮助。
1385
1385
@@ -1418,7 +1418,7 @@ type: api
1418
1418
1419
1419
- **参考**:
1420
1420
- [` < slot> ` 组件](#slot-1)
1421
- - [使用插槽分发内容 ](../guide/components.html#使用插槽分发内容 )
1421
+ - [通过插槽分发内容 ](../guide/components.html#通过插槽分发内容 )
1422
1422
- [渲染函数 - 插槽](../guide/render-function.html#插槽)
1423
1423
1424
1424
### vm.$scopedSlots
@@ -1431,7 +1431,7 @@ type: api
1431
1431
1432
1432
- **详细**:
1433
1433
1434
- 用来访问[作用域插槽](../guide/components.html#作用域插槽)。对于包括 ` 默认 slot` 在内的每一个插槽,该对象都包含一个返回相应 VNode 的函数。
1434
+ 用来访问[作用域插槽](../guide/components-slots .html#作用域插槽)。对于包括 ` 默认 slot` 在内的每一个插槽,该对象都包含一个返回相应 VNode 的函数。
1435
1435
1436
1436
` vm .$scopedSlots ` 在使用[渲染函数](../guide/render-function.html)开发一个组件时特别有用。
1437
1437
@@ -1443,7 +1443,7 @@ type: api
1443
1443
1444
1444
- **参考**:
1445
1445
- [` < slot> ` 组件](#slot-1)
1446
- - [作用域插槽](../guide/components.html#作用域插槽)
1446
+ - [作用域插槽](../guide/components-slots .html#作用域插槽)
1447
1447
- [渲染函数 - 插槽](../guide/render-function.html#插槽)
1448
1448
1449
1449
### vm.$refs
@@ -1457,7 +1457,7 @@ type: api
1457
1457
一个对象,持有注册过 [` ref` 特性](#ref) 的所有 DOM 元素和组件实例。
1458
1458
1459
1459
- **参考**:
1460
- - [子组件引用](../guide/components.html#子组件索引 )
1460
+ - [子组件引用](../guide/components-edge-cases .html#访问子组件实例或子元素 )
1461
1461
- [特殊特性 - ref](#ref)
1462
1462
1463
1463
### vm.$isServer
@@ -2117,7 +2117,7 @@ type: api
2117
2117
2118
2118
- **参考**:
2119
2119
- [事件处理器](../guide/events.html)
2120
- - [组件 - 自定义事件](../guide/components.html#自定义事件 )
2120
+ - [组件 - 自定义事件](../guide/components.html#监听子组件事件 )
2121
2121
2122
2122
### v-bind
2123
2123
@@ -2195,8 +2195,8 @@ type: api
2195
2195
2196
2196
- **参考**:
2197
2197
- [Class 与 Style 绑定](../guide/class-and-style.html)
2198
- - [组件 - Props](../guide/components.html#Props )
2199
- - [组件 - `.sync` 修饰符](../guide/components.html#sync-修饰符)
2198
+ - [组件 - Props](../guide/components.html#通过-Prop-向子组件传递数据 )
2199
+ - [组件 - `.sync` 修饰符](../guide/components-custom-events .html#sync-修饰符)
2200
2200
2201
2201
### v-model
2202
2202
@@ -2219,7 +2219,7 @@ type: api
2219
2219
2220
2220
- **参考**:
2221
2221
- [表单控件绑定](../guide/forms.html)
2222
- - [组件 - 在输入组件上使用自定义事件](../guide/components.html#使用自定义事件的表单输入组件 )
2222
+ - [组件 - 在输入组件上使用自定义事件](../guide/components-custom-events .html#将原生事件绑定到组件 )
2223
2223
2224
2224
### v-slot
2225
2225
@@ -2338,7 +2338,7 @@ type: api
2338
2338
2339
2339
- **参考**:
2340
2340
- [数据绑定语法- 插值](../guide/syntax.html#插值)
2341
- - [组件 - 对低开销的静态组件使用 `v-once`](../guide/components.html#对低开销的静态组件使用 -v-once)
2341
+ - [组件 - 对低开销的静态组件使用 `v-once`](../guide/components-edge-cases .html#通过 -v-once-创建低开销的静态组件 )
2342
2342
2343
2343
## 特殊特性
2344
2344
@@ -2391,13 +2391,13 @@ type: api
2391
2391
2392
2392
关于 ref 注册时间的重要说明:因为 ref 本身是作为渲染结果被创建的,在初始渲染的时候你不能访问它们 - 它们还不存在!`$refs` 也不是响应式的,因此你不应该试图用它在模板中做数据绑定。
2393
2393
2394
- - **参考**:[子组件 Refs ](../guide/components-edge-cases.html#访问子组件实例或子元素)
2394
+ - **参考**:[子组件引用 ](../guide/components-edge-cases.html#访问子组件实例或子元素)
2395
2395
2396
2396
### is
2397
2397
2398
2398
- **预期**:`string | Object (组件的选项对象)`
2399
2399
2400
- 用于[动态组件](../guide/components.html#动态组件)且基于 [DOM 内模板的限制](../guide/components.html#DOM-模板解析说明 )来工作。
2400
+ 用于[动态组件](../guide/components.html#动态组件)且基于 [DOM 内模板的限制](../guide/components.html#解析- DOM-模板时的注意事项 )来工作。
2401
2401
2402
2402
示例:
2403
2403
@@ -2416,7 +2416,7 @@ type: api
2416
2416
2417
2417
- **See also**:
2418
2418
- [动态组件](../guide/components.html#动态组件)
2419
- - [DOM 模板解析说明](../guide/components.html#DOM-模板解析说明 )
2419
+ - [DOM 模板解析说明](../guide/components.html#解析- DOM-模板时的注意事项 )
2420
2420
2421
2421
### slot <sup style="color:#c92222">废弃</sup>
2422
2422
@@ -2426,7 +2426,7 @@ type: api
2426
2426
2427
2427
用于标记往哪个具名插槽中插入子组件内容。
2428
2428
2429
- - **参考**:[具名插槽](../guide/components.html#具名插槽)
2429
+ - **参考**:[具名插槽](../guide/components-slots .html#具名插槽)
2430
2430
2431
2431
### slot-scope <sup style="color:#c92222">废弃</sup>
2432
2432
@@ -2440,7 +2440,7 @@ type: api
2440
2440
2441
2441
此属性不支持动态绑定。
2442
2442
2443
- - **参考**:[作用域插槽](../guide/components.html#作用域插槽)
2443
+ - **参考**:[作用域插槽](../guide/components-slots .html#作用域插槽)
2444
2444
2445
2445
### scope <sup style="color:#c92222">移除</sup>
2446
2446
@@ -2649,7 +2649,7 @@ type: api
2649
2649
2650
2650
<p class="tip">`<keep-alive>` 不会在函数式组件中正常工作,因为它们没有缓存实例。</p>
2651
2651
2652
- - **参考**:[动态组件 - keep-alive](../guide/components.html#keep-alive)
2652
+ - **参考**:[动态组件 - keep-alive](../guide/components-dynamic-async .html#在动态组件上使用- keep-alive)
2653
2653
2654
2654
### slot
2655
2655
@@ -2662,7 +2662,7 @@ type: api
2662
2662
2663
2663
详细用法,请参考下面教程的链接。
2664
2664
2665
- - **参考**:[使用插槽分发内容 ](../guide/components.html#使用插槽分发内容 )
2665
+ - **参考**:[通过插槽分发内容 ](../guide/components.html#通过插槽分发内容 )
2666
2666
2667
2667
## VNode 接口
2668
2668
0 commit comments