mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[Build] upgrade to webpack-serve (#1056)
This commit is contained in:
@@ -57,7 +57,7 @@ export default {
|
||||
return {
|
||||
minHour: 10,
|
||||
maxHour: 20,
|
||||
minDate: new Date(),
|
||||
minDate: new Date(2018, 0, 1),
|
||||
maxDate: new Date(2019, 10, 1),
|
||||
currentDate1: new Date(2018, 0, 1),
|
||||
currentDate2: null,
|
||||
|
Reference in New Issue
Block a user