Correctly define components (#15458)

This commit is contained in:
Phillip Thelen 2025-06-25 21:56:29 +02:00 committed by GitHub
parent fa97852e38
commit 2727da6f6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,9 +97,9 @@ import { mapState } from '@/libs/store';
import Sprite from '@/components/ui/sprite';
export default {
components: [
components: {
Sprite,
],
},
data () {
return {
maxHealth,