mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
parent
90117625d7
commit
c08b5a4f1e
1 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ layout-section(:title="$t('equipment')")
|
||||||
|
|
||||||
import _filter from 'lodash/filter';
|
import _filter from 'lodash/filter';
|
||||||
import _sortBy from 'lodash/sortBy';
|
import _sortBy from 'lodash/sortBy';
|
||||||
|
import pinUtils from '../../../mixins/pinUtils';
|
||||||
|
|
||||||
const sortGearTypes = ['sortByType', 'sortByPrice', 'sortByCon', 'sortByPer', 'sortByStr', 'sortByInt'].map(g => ({id: g}));
|
const sortGearTypes = ['sortByType', 'sortByPrice', 'sortByCon', 'sortByPer', 'sortByStr', 'sortByInt'].map(g => ({id: g}));
|
||||||
|
|
||||||
|
|
@ -75,6 +76,7 @@ layout-section(:title="$t('equipment')")
|
||||||
};
|
};
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
mixins: [pinUtils],
|
||||||
props: ['hideLocked', 'hidePinned', 'searchBy'],
|
props: ['hideLocked', 'hidePinned', 'searchBy'],
|
||||||
components: {
|
components: {
|
||||||
LayoutSection,
|
LayoutSection,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue