mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-24 18:00:38 +03:00
2.13.4
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
## [2.13.4](https://github.com/mengxiong10/vue2-datepicker/compare/v2.13.3...v2.13.4) (2019-11-22)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* fix `inputClass` type ([#374](https://github.com/mengxiong10/vue2-datepicker/issues/374)) ([0122950](https://github.com/mengxiong10/vue2-datepicker/commit/0122950c7fdf70e6366e4553c080cdaa86761ddf))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.13.3](https://github.com/mengxiong10/vue2-datepicker/compare/v2.13.2...v2.13.3) (2019-10-29)
|
## [2.13.3](https://github.com/mengxiong10/vue2-datepicker/compare/v2.13.2...v2.13.3) (2019-10-29)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue2-datepicker",
|
"name": "vue2-datepicker",
|
||||||
"version": "2.13.3",
|
"version": "2.13.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"lib",
|
"lib",
|
||||||
"src"
|
"src"
|
||||||
],
|
],
|
||||||
"version": "2.13.3",
|
"version": "2.13.4",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot --open --config build/webpack.dev.config.js",
|
"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",
|
"demo": "cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.demo.config.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user