Zmiana adresu API Stacjownika

This commit is contained in:
2022-02-20 00:54:09 +01:00
parent 8782cb1a90
commit 341a3d1f11
3 changed files with 8 additions and 1 deletions
@@ -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'),