animate progress in production
This commit is contained in:
parent
834f3c478c
commit
7d1205936f
@ -394,7 +394,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
mounted () {
|
mounted () {
|
||||||
if (process.env.NODE_ENV !== 'production') {
|
if (process.env.NODE_ENV === 'production') {
|
||||||
this.interval = setInterval(() => {
|
this.interval = setInterval(() => {
|
||||||
this.$store.dispatch('playlist/animClock')
|
this.$store.dispatch('playlist/animClock')
|
||||||
}, 5000)
|
}, 5000)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user