fix: 去除 console.log console.info

This commit is contained in:
@changcode
2021-07-02 09:59:29 +08:00
parent 7c96bd148c
commit 1ed2bd5b98
4 changed files with 4 additions and 4 deletions

View File

@@ -164,7 +164,7 @@ export default {
}
},
mounted () {
console.log(this.customTableTitle)
// console.log(this.customTableTitle)
},
methods: {
showTableTooltip,