mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 05:28:13 +00:00
axios: baseURL
This commit is contained in:
@@ -58,7 +58,6 @@
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
import changeMixin from '../mixins/changeMixin';
|
||||
import dataMixin from '../mixins/dataMixin';
|
||||
import { useStore } from '../store';
|
||||
import { SceneryRowItem, Availability, AuthState } from '../types/types';
|
||||
import RoutesModal from '../components/RoutesModal.vue';
|
||||
@@ -68,7 +67,7 @@ import UpdateCard from '../components/UpdateCard.vue';
|
||||
|
||||
export default defineComponent({
|
||||
components: { RoutesModal, TableActions, UpdateCard },
|
||||
mixins: [dataMixin, changeMixin, routesMixin],
|
||||
mixins: [changeMixin, routesMixin],
|
||||
|
||||
data: () => ({
|
||||
AuthState,
|
||||
@@ -97,7 +96,7 @@ export default defineComponent({
|
||||
},
|
||||
|
||||
mounted() {
|
||||
this.loadData();
|
||||
this.store.fetchSceneriesData();
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user