fix: 去除 console.log

This commit is contained in:
@changcode
2022-03-10 13:50:29 +08:00
parent ff48f86654
commit b2cf271a40
6 changed files with 1 additions and 8 deletions

View File

@@ -161,7 +161,7 @@ export default {
immediate: true,
handler (n) {
if (n) {
console.log(n)
// console.log(n)
}
}
}