mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Zmiana adresu API Stacjownika
This commit is contained in:
@@ -27,6 +27,7 @@ import { defineComponent } from 'vue';
|
||||
|
||||
import styleMixin from '@/mixins/styleMixin';
|
||||
import Station from '@/scripts/interfaces/Station';
|
||||
import axios from 'axios';
|
||||
|
||||
export default defineComponent({
|
||||
mixins: [styleMixin],
|
||||
@@ -37,6 +38,10 @@ export default defineComponent({
|
||||
},
|
||||
},
|
||||
|
||||
async mounted() {
|
||||
// const dispatcherInfo = await axios.get()
|
||||
},
|
||||
|
||||
data: () => ({
|
||||
icons: {
|
||||
spawn: require('@/assets/icon-spawn.svg'),
|
||||
|
||||
Reference in New Issue
Block a user