mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-07 13:48:31 +08:00
fix(calendar): remove useless console.log (#334)
* 去除calendar组件的console.log * 更新changelog.md Co-authored-by: liaojinping <liaojinping@mail>
This commit is contained in:
parent
ba36861413
commit
8920de8cef
@ -1,4 +1,5 @@
|
||||
# CHANGELOG
|
||||
去除calendar组件的console.log
|
||||
|
||||
## Pending
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
# CHANGELOG
|
||||
去除calendar组件的console.log
|
||||
|
||||
## Pending
|
||||
|
||||
|
@ -69,7 +69,6 @@ export default defineComponent({
|
||||
if (_onUpdateValue) {
|
||||
call(_onUpdateValue, value, time)
|
||||
}
|
||||
console.log(time)
|
||||
uncontrolledValueRef.value = value
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user