mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Cleanup
This commit is contained in:
@@ -149,11 +149,7 @@ export default defineComponent({
|
|||||||
statsCardOpen: false,
|
statsCardOpen: false,
|
||||||
}),
|
}),
|
||||||
|
|
||||||
setup(props) {
|
setup() {
|
||||||
watch(props, (val) => {
|
|
||||||
console.log(val.dispatcherName);
|
|
||||||
});
|
|
||||||
|
|
||||||
const historyDataStatus: Ref<{ status: DataStatus; error: string | null }> = ref({
|
const historyDataStatus: Ref<{ status: DataStatus; error: string | null }> = ref({
|
||||||
status: DataStatus.Loading,
|
status: DataStatus.Loading,
|
||||||
error: null,
|
error: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user