mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-08-13 12:33:16 +02:00
Update src/components/services/Minecraft.vue
Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
This commit is contained in:
parent
4affd7e395
commit
a44d2422da
1 changed files with 4 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue