From 283f85a11e2b812735789f1bd2613616c00d3fd2 Mon Sep 17 00:00:00 2001 From: mxie <15623530290@163.com> Date: Sat, 16 Jun 2018 11:29:24 +0800 Subject: [PATCH] docs: fix readme --- README.md | 2 +- README.zh-CN.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09d2642..282f60c 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ export default { | change | When the value change | the currentValue | | input | When the value change | the currentValue | | confirm | When user click 'OK' button | the currentValue | -| input-error | When user type a invalid Date| the input value | +| input-error | When user type a invalid Date| the input text | ### Slots diff --git a/README.zh-CN.md b/README.zh-CN.md index 7979334..1497a23 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -89,6 +89,35 @@ export default { | confirm-text | String | 'OK' | 确认按钮的名称 | range-separator | String | '~' | range 分隔符 +#### lang +* String (en/zh/es/pt-br/fr/ru/de/it/cs) +* Object (自定义) + +```html + + + + +``` #### shortcuts * true - 显示默认快捷选择