mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Correctly define components (#15458)
This commit is contained in:
@@ -97,9 +97,9 @@ import { mapState } from '@/libs/store';
|
|||||||
import Sprite from '@/components/ui/sprite';
|
import Sprite from '@/components/ui/sprite';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: [
|
components: {
|
||||||
Sprite,
|
Sprite,
|
||||||
],
|
},
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
maxHealth,
|
maxHealth,
|
||||||
|
|||||||
Reference in New Issue
Block a user