Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 5e0c9ff

Browse files
authored
Fixed init date range configuration
1 parent 41e5fa8 commit 5e0c9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/rangedate-picker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export default {
187187
}
188188
},
189189
created () {
190-
this.range = this.initRange || null
190+
this.dateRange = this.initRange || null
191191
if (this.isCompact) {
192192
this.isOpen = true
193193
}

0 commit comments

Comments
 (0)