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:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user