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 b06c784 commit af9e2b3Copy full SHA for af9e2b3
src/core/observer/dep.js
@@ -49,9 +49,9 @@ export default class Dep {
49
}
50
51
52
-// the current target watcher being evaluated.
53
-// this is globally unique because there could be only one
54
-// watcher being evaluated at any time.
+// The current target watcher being evaluated.
+// This is globally unique because only one watcher
+// can be evaluated at a time.
55
Dep.target = null
56
const targetStack = []
57
0 commit comments