2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-22 18:50:36 +03:00

fix: the MMM parse error

This commit is contained in:
mengxiong10
2020-11-17 17:57:11 +08:00
parent 3d29b49de0
commit c504b1dafe
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
"vue": "^2.5.0"
},
"dependencies": {
"date-format-parse": "^0.2.5"
"date-format-parse": "^0.2.6"
},
"devDependencies": {
"@babel/core": "^7.9.0",