style: remove console.log

This commit is contained in:
刘嘉威 2022-10-27 11:41:53 +08:00
parent a2ac99e7cb
commit 36b82de301
2 changed files with 0 additions and 2 deletions

View File

@ -40,5 +40,4 @@ const props = defineProps({
}
})
console.log("optionData",props.optionData)
</script>

View File

@ -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() {