SevenOutman / vue-aplayer

:cake: Easy-to-use music player for Vue 2.x
https://vue-aplayer.js.org
MIT License
1.33k stars 201 forks source link

Silence Version Badge in production #45

Closed mllull closed 6 years ago

mllull commented 6 years ago

Hi,

It would be nice if we could silent the Version Badge on console. Maybe it can be done by a param in the component or detecting the vue environment (development or production). I prefer to silent all console outputs in production (and many libraries do it by default).

https://github.com/SevenOutman/vue-aplayer/blob/e853115553aa39a02dba540d3810d394eff95403/src/vue-aplayer.vue#L70

SevenOutman commented 6 years ago

@mateullull Good point. Will be included in next minor or patch update.

SevenOutman commented 6 years ago

@mateullull It's done in 6d5fff779f97f98620b7af611543b8bb890b90dd and included in v1.6.0

mllull commented 6 years ago

Many thank's @SevenOutman!