1.0.6 • Published 6 years ago

v-logs v1.0.6

Weekly downloads
9
License
MIT
Repository
-
Last release
6 years ago

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

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago