mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-22 12:10:36 +03:00
v1.9.0
This commit is contained in:
@@ -67,6 +67,7 @@ export default {
|
|||||||
| input-class | String | 'mx-input' | the input class name |
|
| input-class | String | 'mx-input' | the input class name |
|
||||||
| confirm-text | String | 'OK' | the default text to display on confirm button |
|
| confirm-text | String | 'OK' | the default text to display on confirm button |
|
||||||
| disabled | Boolean | false | Disable the component |
|
| disabled | Boolean | false | Disable the component |
|
||||||
|
| editable | Boolean | false | if true, user can type it(only the range is false)|
|
||||||
|
|
||||||
#### shortcuts
|
#### shortcuts
|
||||||
* true - show the default shortcuts
|
* true - show the default shortcuts
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ export default {
|
|||||||
| input-class | String | 'mx-input' | 自定义输入框的类名
|
| input-class | String | 'mx-input' | 自定义输入框的类名
|
||||||
| confirm-text | String | 'OK' | 确认按钮的名称
|
| confirm-text | String | 'OK' | 确认按钮的名称
|
||||||
| disabled | Boolean | false | 禁用组件
|
| disabled | Boolean | false | 禁用组件
|
||||||
|
| editable | Boolean | false | 如果是true, 用户可以手动输入 (仅在range === false)
|
||||||
|
|
||||||
#### shortcuts
|
#### shortcuts
|
||||||
* true - 显示默认快捷选择
|
* true - 显示默认快捷选择
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"name": "vue2-datepicker",
|
"name": "vue2-datepicker",
|
||||||
"description": "A Datepicker Component For Vue2",
|
"description": "A Datepicker Component For Vue2",
|
||||||
"main": "dist/build.js",
|
"main": "dist/build.js",
|
||||||
"version": "1.8.3",
|
"version": "1.9.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
|
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
|
||||||
"demo": "cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.demo.config.js",
|
"demo": "cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.demo.config.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user