mirror of
https://github.com/romancm/gamebrary
synced 2024-11-28 06:00:22 +00:00
Line break
This commit is contained in:
parent
793ab3326d
commit
429864b279
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ export default {
|
|||
|
||||
mounted() {
|
||||
this.localList = JSON.parse(JSON.stringify(this.activeList));
|
||||
|
||||
this.$bus.$on('GAMES_ADDED', () => {
|
||||
this.sort(this.activeList.sortOrder);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue