DatetimeRange
Install

Install

该组件和 Datetime 组件不同的地方是年月日集中显示在一栏,适合范围不大的日期选择。
需要在Group组件里使用


API

Props

nametypedefaultdescriptionrequired version
titlestringlabel text--
valuearrayform's value, use v-model for binding. For example, ['2017-01-15', '03', '05']--
inline-descstringdescription of the cell--
placeholderstringplaceholder, works when value is empty--
start-datestringstart date (YYYY-MM-DD)--
end-datestringend date (YYYY-MM-DD)--
formatstringYYYY-MM-DDdisplay format for date column--

Events

nameparamsdescriptionrequired version
@on-change(value)$emits when value changes, (newVal)--


Contributors

Contributors

Total commits quantity: 10,Total contributors quantity: 2

airylandQiongrong Jiang

Changelog

Releases

  • v2.2.0 [enhance] Use better column width
  • v2.1.1-rc.9 [feature] new component #970 @327326724