mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Wyświetlanie historii dyżurnych tylko dla PL1
This commit is contained in:
@@ -40,8 +40,11 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { GETTERS } from '@/constants/storeConstants';
|
||||
import { useStore } from '@/store';
|
||||
import axios from 'axios';
|
||||
import { defineComponent } from 'vue';
|
||||
import { useRouter } from 'vue-router';
|
||||
|
||||
interface DispatcherTimeline {
|
||||
date: string;
|
||||
@@ -92,6 +95,9 @@ export default defineComponent({
|
||||
},
|
||||
},
|
||||
setup() {
|
||||
const store = useStore();
|
||||
const router = useRouter();
|
||||
|
||||
return {};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user