Skip to content

Commit eebc58f

Browse files
committed
fix bug in previous commit
1 parent 051438e commit eebc58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/watcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Watcher.prototype.afterGet = function () {
201201
this.depIds = this.newDepIds
202202
var tmp = this.deps
203203
this.deps = this.newDeps
204-
this.newDepIds = tmp
204+
this.newDeps = tmp
205205
}
206206

207207
/**

0 commit comments

Comments
 (0)