Update src/components/services/Minecraft.vue

Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
This commit is contained in:
mwhax7 2026-07-16 15:17:32 +02:00 committed by GitHub
parent 4affd7e395
commit a44d2422da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,6 +38,10 @@ export default {
},
}),
created() {
// Set up auto-update method for the scheduler
this.autoUpdateMethod = this.fetchServerStatus;
// Initial data fetch
this.fetchServerStatus();
},
methods: {