From a018d1f33e24bc200e48f23f00be9dcf364b75ce Mon Sep 17 00:00:00 2001 From: mengxiong10 <15623530290@163.com> Date: Tue, 22 Aug 2017 14:46:32 +0800 Subject: [PATCH] fix README.md --- README.md | 7 +++---- demo/App.vue | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5bbace7..2a9aaf8 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,9 @@ export default { | lang | String | zh | Translation (en/zh/es) | | placeholder | String | | input placeholder text | | width | String/Number | 210 | input size | -| disabledDays | Array | [] | Days in YYYY-MM-DD format to disable | -| showYearNav | Boolean | true | Show the year nav in the calendar | -| notBefore | String | '' | Disable all dates before date in YYY-MM-DD format | -| notAfter | String | '' | Disable all dates after date in YYY-MM-DD format | +| disabled-days | Array | [] | Days in YYYY-MM-DD format to disable | +| not-before | String | '' | Disable all dates before date in YYY-MM-DD format | +| not-after | String | '' | Disable all dates after date in YYY-MM-DD format | | shortcuts | Boolean/Array | true | the shortcuts for the range picker | ## shortcuts diff --git a/demo/App.vue b/demo/App.vue index e7aef29..6458d16 100644 --- a/demo/App.vue +++ b/demo/App.vue @@ -6,7 +6,7 @@