v-logs

1.0.6 • Public • Published

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

color

Bugs URL

https://github.com/vue-demo/v-log

Readme

Keywords

Package Sidebar

Install

npm i v-logs

Weekly Downloads

9

Version

1.0.6

License

MIT

Last publish

Collaborators

  • saturn