From b3c5ba601725892f84ff202f8a94ca7c4fd492bc Mon Sep 17 00:00:00 2001 From: Stepan Date: Sat, 15 Feb 2020 01:59:27 +0300 Subject: [PATCH] Update index.md -> #watch part 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 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) { /* ... */ },