We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f860d commit 60fd14eCopy full SHA for 60fd14e
src/directives/prop.js
@@ -67,7 +67,7 @@ module.exports = {
67
child,
68
childKey,
69
withLock(function (val) {
70
- parent[parentKey] = val
+ parent.$set(parentKey, val)
71
})
72
)
73
0 commit comments