mirror of
https://github.com/romancm/gamebrary
synced 2025-02-16 11:08:24 +00:00
linter fixes
This commit is contained in:
parent
b6fed65da8
commit
4034b49c0b
2 changed files with 4 additions and 5 deletions
|
@ -56,7 +56,6 @@ export default {
|
|||
{ title: 'Error', variant: 'danger' });
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -136,14 +136,14 @@ export default {
|
|||
Boards,
|
||||
},
|
||||
|
||||
computed: {
|
||||
...mapState(['notification']),
|
||||
},
|
||||
|
||||
data() {
|
||||
return {
|
||||
activeTab: 0,
|
||||
};
|
||||
},
|
||||
|
||||
computed: {
|
||||
...mapState(['notification']),
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue