chore: remote useless console.log

This commit is contained in:
花果山大圣 2024-11-18 22:02:14 +00:00
parent 1c15a73d4a
commit d4c4d4faaf
1 changed files with 0 additions and 1 deletions

View File

@ -1402,7 +1402,6 @@ describe('vModel', () => {
class: 'datetime',
type: 'datetime-local',
'onUpdate:modelValue': (val: any) => {
console.log('zxxx', val)
this.datetime = val
},
}),