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 |