rename ccerr to ccerror
This commit is contained in:
parent
d890c19382
commit
37471f5d3d
@ -34,7 +34,7 @@ export default {
|
|||||||
const pageName = this.thisPage().route || 'VueApp'
|
const pageName = this.thisPage().route || 'VueApp'
|
||||||
console.warn('%c ' + JSON.stringify({ time: new Date().toJSON(), page: pageName }), 'color:orange', ...args)
|
console.warn('%c ' + JSON.stringify({ time: new Date().toJSON(), page: pageName }), 'color:orange', ...args)
|
||||||
},
|
},
|
||||||
ccerr (...args) {
|
ccerror (...args) {
|
||||||
const pageName = this.thisPage()?.route || 'VueApp'
|
const pageName = this.thisPage()?.route || 'VueApp'
|
||||||
console.error('%c ' + JSON.stringify({ time: new Date().toJSON(), page: pageName }), 'color:red', ...args)
|
console.error('%c ' + JSON.stringify({ time: new Date().toJSON(), page: pageName }), 'color:red', ...args)
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user