fix:删除console。简单优化asset

This commit is contained in:
zhangyu
2020-11-21 14:41:48 +08:00
parent 1bd5cbec52
commit 7fe5f10696
4 changed files with 6 additions and 7 deletions

View File

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