File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -287,8 +287,8 @@ computed: {
287
287
288
288
Props 现在只能单项传递。为了对父组件产生反向影响,子组件需要显式地传递一个事件而不是依赖于隐式地双向绑定。详见:
289
289
290
- - [ 自定义组件事件] ( components.html#Custom-Events )
291
- - [ 自定义输入组件] ( components.html#Form-Input-Components-using-Custom-Events ) (使用组件事件)
290
+ - [ 自定义组件事件] ( components.html#自定义事件 )
291
+ - [ 自定义输入组件] ( components.html#使用自定义事件的表单输入组件 ) (使用组件事件)
292
292
- [ 全局状态管理] ( state-management.html )
293
293
294
294
{% raw %}
@@ -302,8 +302,8 @@ Props 现在只能单项传递。为了对父组件产生反向影响,子组
302
302
303
303
Props 现在只能单向传递。为了对父组件产生反向影响,子组件需要显式地传递一个事件而不是依赖于隐式地双向绑定。详见:
304
304
305
- - [ 自定义组件事件] ( components.html#Custom-Events )
306
- - [ 自定义输入组件] ( components.html#Form-Input-Components-using-Custom-Events ) (使用组件事件)
305
+ - [ 自定义组件事件] ( components.html#自定义事件 )
306
+ - [ 自定义输入组件] ( components.html#使用自定义事件的表单输入组件 ) (使用组件事件)
307
307
- [ 全局状态管理] ( state-management.html )
308
308
309
309
{% raw %}
You can’t perform that action at this time.
0 commit comments