feat: remove console

This commit is contained in:
xingyu
2023-01-05 15:02:45 +08:00
parent 15ef2dbf78
commit 71d4c5ad78
3 changed files with 0 additions and 3 deletions

View File

@@ -353,7 +353,6 @@ const select = ref()
watch(
() => select.value,
() => {
console.info(select.value)
if (select.value == 'custom') {
open()
} else {