mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 00:12:17 +00:00
fix hall of heroes
This commit is contained in:
parent
8b0101c74c
commit
35e02d2871
1 changed files with 2 additions and 1 deletions
|
|
@ -106,6 +106,7 @@
|
|||
import each from 'lodash/each';
|
||||
|
||||
import markdownDirective from 'client/directives/markdown';
|
||||
import styleHelper from 'client/mixins/styleHelper';
|
||||
import { mapState } from 'client/libs/store';
|
||||
import quests from 'common/script/content/quests';
|
||||
import { mountInfo, petInfo } from 'common/script/content/stable';
|
||||
|
|
@ -114,7 +115,7 @@ import gear from 'common/script/content/gear';
|
|||
import notifications from 'client/mixins/notifications';
|
||||
|
||||
export default {
|
||||
mixins: [notifications],
|
||||
mixins: [notifications, styleHelper],
|
||||
data () {
|
||||
return {
|
||||
heroes: [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue