Skip to content

Commit 87900a4

Browse files
committed
test: fix flow error
1 parent d1dd99c commit 87900a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wrappers/wrapper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ export default class Wrapper implements BaseWrapper {
413413
}
414414
})
415415
}
416+
// $FlowIgnore
416417
this.vm._watchers.forEach((watcher) => {
417418
if (watcher.expression === key) { watcher.run() }
418419
})

0 commit comments

Comments
 (0)