Line break

This commit is contained in:
Roman Cervantes 2019-05-16 12:47:54 -07:00
parent 793ab3326d
commit 429864b279

View file

@ -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);
});