From d3ed004b46a24c68a0e0a1b0596011fe4beb0f5b Mon Sep 17 00:00:00 2001 From: Chris Seufert Date: Thu, 21 Apr 2016 16:42:23 +1000 Subject: [PATCH] Added twoWay binding note to compoent.props --- src/api/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/api/index.md b/src/api/index.md index 6986f37c6a..5ae99bd9b3 100644 --- a/src/api/index.md +++ b/src/api/index.md @@ -424,7 +424,9 @@ type: api // type check plus other validations name: { type: String, - required: true + required: true, + // warn if not two way bound + twoWay: true } } })