Update src/pages/DashboardHome.vue

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
Daniel Patrón Gómez 2021-10-18 15:30:37 +02:00 committed by GitHub
parent de01f39603
commit ae9e0cd823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@ export default {
pause: 0,
};
let favicon = new Favico({
animation:'pop'
animation: 'pop',
});
for (let monitorID in this.$root.monitorList) {