2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-08 02:02:27 +03:00

adding french, updating readme

This commit is contained in:
Romain Léger
2017-07-01 15:40:05 +02:00
parent d3586a900b
commit a943bfa7f5
+7 -7
View File
@@ -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 |