lint common

This commit is contained in:
Matteo Pagliazzi
2019-10-09 20:08:36 +02:00
parent 0c27fb24a5
commit e0e9811ab6
330 changed files with 6885 additions and 7668 deletions

View File

@@ -22,6 +22,9 @@ import BaseNotification from './base';
import sparklesIcon from '@/assets/svg/sparkles.svg';
export default {
components: {
BaseNotification,
},
props: ['notification', 'canRemove'],
data () {
return {
@@ -30,12 +33,9 @@ export default {
}),
};
},
components: {
BaseNotification,
},
methods: {
action () {
this.$router.push({name: 'stats'});
this.$router.push({ name: 'stats' });
},
},
};