From c457efe1f705f12e503ce11f2fb98d49c5f179e0 Mon Sep 17 00:00:00 2001 From: mxie <15623530290@163.com> Date: Thu, 3 Jan 2019 18:39:13 +0800 Subject: [PATCH] docs: add the lang link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed1d13c..e0d6535 100644 --- a/README.md +++ b/README.md @@ -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 |