mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
Correctly define components (#15458)
This commit is contained in:
parent
fa97852e38
commit
2727da6f6c
1 changed files with 2 additions and 2 deletions
|
|
@ -97,9 +97,9 @@ import { mapState } from '@/libs/store';
|
|||
import Sprite from '@/components/ui/sprite';
|
||||
|
||||
export default {
|
||||
components: [
|
||||
components: {
|
||||
Sprite,
|
||||
],
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
maxHealth,
|
||||
|
|
|
|||
Loading…
Reference in a new issue