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

docs: add the lang link

This commit is contained in:
mxie
2019-01-03 18:39:13 +08:00
parent 63d307af91
commit c457efe1f7
+1 -1
View File
@@ -74,7 +74,7 @@ export default {
| type | String | 'date' | select date type (date/datetime/year/month/time) |
| range | Boolean | false | if true, the type is daterange or datetimerange |
| format | String | YYYY-MM-DD | The parsing tokens are similar to the moment.js |
| lang | String/Object | zh | Translation (en/zh/es/pt-br/fr/ru/de/it/cs)(custom) |
| lang | String/Object | zh | Translation ([custom](#lang))(en/zh/es/pt-br/fr/ru/de/it/cs) |
| clearable | Boolean | true | if false, don't show the clear icon |
| confirm | Boolean | false | if true, need click the button to change the value |
| editable | Boolean | true | if false, user cann't type it |