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 ded392f commit da58edaCopy full SHA for da58eda
src/directives/with.js
@@ -41,7 +41,7 @@ module.exports = {
41
if (!this.alone && !this.lock) {
42
if (this.arg) {
43
this.vm.$set(this.arg, value)
44
- } else {
+ } else if (this.vm.$data !== value) {
45
this.vm.$data = value
46
}
47
0 commit comments