diff --git a/src/v2/api/index.md b/src/v2/api/index.md index 81fa7ce5b7..4b3841e3b6 100644 --- a/src/v2/api/index.md +++ b/src/v2/api/index.md @@ -684,6 +684,7 @@ type: api handler: 'someMethod', immediate: true }, + // you can pass array of callbacks, they will be called one-by-one e: [ 'handle1', function handle2 (val, oldVal) { /* ... */ },