mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 19:48:24 +00:00
remove unused mapState items from board
This commit is contained in:
parent
5f947eddca
commit
7fec836d28
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export default {
|
|||
},
|
||||
|
||||
computed: {
|
||||
...mapState(['user', 'gameLists', 'platform', 'boards', 'games', 'dragging', 'board']),
|
||||
...mapState(['user', 'dragging', 'board']),
|
||||
},
|
||||
|
||||
mounted() {
|
||||
|
|
Loading…
Add table
Reference in a new issue