From d23dbf0f3aff6cf04ceead06514d4b37deb2431e Mon Sep 17 00:00:00 2001 From: Stepan Date: Sat, 15 Feb 2020 07:49:24 +0300 Subject: [PATCH] Update index.md -> #watch part (#2477) I think it will be more clear there. --- src/v2/api/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/v2/api/index.md b/src/v2/api/index.md index f04fca966..3e255492d 100644 --- a/src/v2/api/index.md +++ b/src/v2/api/index.md @@ -687,6 +687,7 @@ updated: 2019-07-08 handler: 'someMethod', immediate: true }, + // you can pass array of callbacks, they will be called one-by-one e: [ 'handle1', function handle2 (val, oldVal) { /* ... */ },