mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-17 15:20:35 +03:00
feat: add prop partial-update
Determine whether update date when select year of month. The default value is false.
This commit is contained in:
@@ -13,6 +13,7 @@ describe('DatetimeRange', () => {
|
||||
wrapper = mount(DatetimeRange, {
|
||||
sync: false,
|
||||
propsData: {
|
||||
type: 'datetime',
|
||||
value: [new Date(2019, 9, 4, 18), new Date(2019, 9, 6, 12)],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user