1.0.0-rc.2
macOS/Chrome 54
2.0.0-rc.4
set a defaultvalue "2016" on v-model and pass it to the datepicker with the year format
The picker shows the value 2016
The picker is showing the value 1970
using [email protected]
you can setting type="year"
<el-date-picker v-model="d" type="year"> </el-date-picker>
@kife-design Please upgrade Element
After some more research, i found that it is NOT working when the data is passed from a parent component, so the data is passed through a prop.
It works fine if the default value is formatted as :default-value (not default-value). The prop in the parent (el-form-item) can stay.

not working on me, copy your code @p4m