mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 16:22:57 +08:00
style: remove console.log
This commit is contained in:
parent
eb9f863d5e
commit
8e83a6f68e
@ -40,5 +40,4 @@ const props = defineProps({
|
||||
}
|
||||
})
|
||||
|
||||
console.log("optionData",props.optionData)
|
||||
</script>
|
||||
|
@ -69,7 +69,6 @@ function calcData(data:any) {
|
||||
|
||||
function mergeConfig(data:any) {
|
||||
state.mergedConfig = merge(cloneDeep(state.defaultConfig), data || {})
|
||||
console.log('state.mergedConfig', state.mergedConfig)
|
||||
}
|
||||
|
||||
function calcCapsuleLengthAndLabelData() {
|
||||
|
Loading…
Reference in New Issue
Block a user