Skip to content

Commit

Permalink
add pinUtils-mixin - fixes #10682
Browse files Browse the repository at this point in the history
  • Loading branch information
negue committed Sep 15, 2018
1 parent 9011762 commit 1092673
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/client/components/shops/market/equipmentSection.vue
Expand Up @@ -63,6 +63,7 @@ layout-section(:title="$t('equipment')")
import _filter from 'lodash/filter';
import _sortBy from 'lodash/sortBy';
import pinUtils from '../../../mixins/pinUtils';
const sortGearTypes = ['sortByType', 'sortByPrice', 'sortByCon', 'sortByPer', 'sortByStr', 'sortByInt'].map(g => ({id: g}));
Expand All @@ -75,6 +76,7 @@ layout-section(:title="$t('equipment')")
};
export default {
mixins: [pinUtils],
props: ['hideLocked', 'hidePinned', 'searchBy'],
components: {
LayoutSection,
Expand Down

0 comments on commit 1092673

Please sign in to comment.