fix(calendar): remove useless console.log (#334)

* 去除calendar组件的console.log

* 更新changelog.md

Co-authored-by: liaojinping <liaojinping@mail>
This commit is contained in:
liicos 2021-07-01 00:11:18 +08:00 committed by GitHub
parent ba36861413
commit 8920de8cef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# CHANGELOG
去除calendar组件的console.log
## Pending

View File

@ -1,4 +1,5 @@
# CHANGELOG
去除calendar组件的console.log
## Pending

View File

@ -69,7 +69,6 @@ export default defineComponent({
if (_onUpdateValue) {
call(_onUpdateValue, value, time)
}
console.log(time)
uncontrolledValueRef.value = value
}