Skip to content

Commit 3a0b318

Browse files
authored
Update index.md -> #watch part (#2477)
I think it will be more clear there.
1 parent 3b34488 commit 3a0b318

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
@@ -684,6 +684,7 @@ type: api
684684
handler: 'someMethod',
685685
immediate: true
686686
},
687+
// you can pass array of callbacks, they will be called one-by-one
687688
e: [
688689
'handle1',
689690
function handle2 (val, oldVal) { /* ... */ },

0 commit comments

Comments
 (0)