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

docs: update a little description

This commit is contained in:
mengxiong10
2019-11-13 11:47:57 +08:00
parent a4ecb8f23a
commit c7fd2df175
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ import 'vue2-datepicker/index.css';
import 'vue2-datepicker/locale/zh-cn';
```
You can override the default locale by `lang`.
You can also override some of the default locale by `lang`.
[Full config](https://github.com/mengxiong10/vue2-datepicker/blob/master/locale.md)
```html
+1 -1
View File
@@ -68,7 +68,7 @@ import 'vue2-datepicker/index.css';
import 'vue2-datepicker/locale/zh-cn';
```
还可以通过`lang`去覆盖默认语言选项.
还可以通过`lang`去覆盖一些默认语言选项.
[完整配置](https://github.com/mengxiong10/vue2-datepicker/blob/master/locale.md)
```html