mirror of https://github.com/vuejs/core.git
chore: remote useless console.log
This commit is contained in:
parent
1c15a73d4a
commit
d4c4d4faaf
|
@ -1402,7 +1402,6 @@ describe('vModel', () => {
|
||||||
class: 'datetime',
|
class: 'datetime',
|
||||||
type: 'datetime-local',
|
type: 'datetime-local',
|
||||||
'onUpdate:modelValue': (val: any) => {
|
'onUpdate:modelValue': (val: any) => {
|
||||||
console.log('zxxx', val)
|
|
||||||
this.datetime = val
|
this.datetime = val
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in New Issue