From 62a60b13a6e7cd567886bda321f7058e16bb8bec Mon Sep 17 00:00:00 2001 From: Dominik Serafin Date: Wed, 16 Nov 2016 12:46:01 +0100 Subject: [PATCH] Update index.md Fix link to v-model.trim guide --- src/v2/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/api/index.md b/src/v2/api/index.md index 514d658687..9ca6634ac9 100644 --- a/src/v2/api/index.md +++ b/src/v2/api/index.md @@ -1505,7 +1505,7 @@ All lifecycle hooks automatically have their `this` context bound to the instanc - **Modifiers:** - [`.lazy`](../guide/forms.html#lazy) - listen to `change` events instead of `input` - [`.number`](../guide/forms.html#number) - cast input string to numbers - - [`.trim`](/guild/forms.html#trim) - trim input + - [`.trim`](../guide/forms.html#trim) - trim input - **Usage:**