v-logs
v1.0.6
Published
Console.log For Vue
Downloads
6
Readme
Console.log For Vue
import vLog from 'v-log'
Vue.use(vLog)
Temaplate Script
vue 1.0+
ready(){
this.$log('hello'); // default
this.$log('hello',1); // info
this.$log('hello',2); // warn
}
vue 2.0+
mounted(){
this.$log('hello'); // default
this.$log('hello',1); // info
this.$log('hello',2); // warn
}
Font Color
Bugs URL
https://github.com/vue-demo/v-log