From a09d593a9043a48b1ec0401ce10a451e9d5e3638 Mon Sep 17 00:00:00 2001 From: Danyil Karuna Date: Sun, 21 May 2017 15:58:24 +0300 Subject: [PATCH] Fixed attribute in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24e9dce..60aa288 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ export default { |-----------------|---------------|-------------|---------------------------------------| | range | Boolean | false | if true, the type is daterange | | format | String | yyyy-MM-dd | Date formatting string | -| language | String | zh | Translation (en/zh) | +| lang | String | zh | Translation (en/zh) | | placeholder | String | | input placeholder text | | width | String/Number | 210 | input size |