mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-20 09:30: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:
@@ -11,6 +11,7 @@ describe('DatetimePanel', () => {
|
||||
it('feat: click date', () => {
|
||||
wrapper = mount(DatetimePanel, {
|
||||
propsData: {
|
||||
type: 'datetime',
|
||||
defaultValue: new Date(2019, 9, 1, 12),
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user