From a943bfa7f5823aedc366dbe7332092b24a67a95a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20L=C3=A9ger?= Date: Sat, 1 Jul 2017 15:40:05 +0200 Subject: [PATCH] adding french, updating readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 20eb156..8abd9e0 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,12 @@ export default { ``` ## Attributes -| Prop | Type | Default | Description | -|-----------------|---------------|-------------|---------------------------------------| -| range | Boolean | false | if true, the type is daterange | -| format | String | yyyy-MM-dd | Date formatting string | -| lang | String | zh | Translation (en/zh/es) | -| placeholder | String | | input placeholder text | -| width | String/Number | 210 | input size | +| Prop | Type | Default | Description | +|-------------|---------------|------------|--------------------------------| +| range | Boolean | false | if true, the type is daterange | +| format | String | yyyy-MM-dd | Date formatting string | +| lang | String | zh | Translation (en/zh/es/fr) | +| placeholder | String | | input placeholder text | +| width | String/Number | 210 | input size |