We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1bc033 commit 706a6d1Copy full SHA for 706a6d1
vue-src/core/instance/state.js
@@ -97,7 +97,7 @@ function initProps (vm: Component, propsOptions: Object) {
97
}
98
defineReactive(props, key, value, () => {
99
/*
100
- 由于父组件重新渲染的时候会充血prop的值,所以应该直接使用prop来作为一个data或者计算属性的依赖
+ 由于父组件重新渲染的时候会重写prop的值,所以应该直接使用prop来作为一个data或者计算属性的依赖
101
https://cn.vuejs.org/v2/guide/components.html#字面量语法-vs-动态语法
102
*/
103
if (vm.$parent && !observerState.isSettingProps) {
0 commit comments