Formatting fixes

develop
Your New SJW Waifu 5 years ago
parent 22925bdb1f
commit 3c00fd0e32

@ -8,7 +8,8 @@ const Banner = {
} }
}, },
created () { created () {
this.updateBanner () this.timer = setInterval(this.updateBanner, 300000) this.updateBanner()
this.timer = setInterval(this.updateBanner, 300000)
}, },
beforeDestroy () { beforeDestroy () {
clearInterval(this.timer) clearInterval(this.timer)

Loading…
Cancel
Save