UNPKG

wx-gc-behavior

Version:

Behaviors

7 lines 116 B
module.exports = { log(...args){ if(wx.$isLog){ console.log(...args) } } }