2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-17 08:00:36 +03:00
This commit is contained in:
mxie
2018-12-19 09:53:38 +08:00
parent 39d2c402a3
commit 63d307af91
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -1,3 +1,12 @@
## [2.6.4](https://github.com/mengxiong10/vue2-datepicker/compare/v2.6.3...v2.6.4) (2018-12-19)
### Bug Fixes
* when clear input(not use clear button) the date value not changed ([39d2c40](https://github.com/mengxiong10/vue2-datepicker/commit/39d2c40))
## [2.6.3](https://github.com/mengxiong10/vue2-datepicker/compare/v2.6.2...v2.6.3) (2018-12-08)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue2-datepicker",
"version": "2.6.3",
"version": "2.6.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -6,7 +6,7 @@
"lib",
"src"
],
"version": "2.6.3",
"version": "2.6.4",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot --open --config build/webpack.dev.config.js",
"demo": "cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.demo.config.js",