Skip to content

Commit

Permalink
fix: cv-date-picker range plugin use (#1104)
Browse files Browse the repository at this point in the history
Co-authored-by: Lee Chase <[email protected]>
  • Loading branch information
lee-chase and lee-chase authored Jan 14, 2021
1 parent 5af8d8e commit 1d58ca4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export default {
_options.plugins = [
this.isRange
? new carbonFlatpickrRangePlugin({
? carbonFlatpickrRangePlugin({
input: this.$refs.todate,
})
: () => {},
Expand Down

0 comments on commit 1d58ca4

Please sign in to comment.