Skip to content

Commit 4c03136

Browse files
Update index.md -> #watch part (#2477) (#2032)
I think it will be more clear there. Co-authored-by: Stepan <filthy.and.filthy@gmail.com>
1 parent 3b5d8dc commit 4c03136

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/v2/api/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@ updated: 2019-07-08
687687
handler: 'someMethod',
688688
immediate: true
689689
},
690+
// you can pass array of callbacks, they will be called one-by-one
690691
e: [
691692
'handle1',
692693
function handle2 (val, oldVal) { /* ... */ },

0 commit comments

Comments
 (0)