mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 22:08:12 +00:00
Poprawki tabeli
This commit is contained in:
@@ -280,9 +280,8 @@ export default defineComponent({
|
|||||||
() => store.getters[GETTERS.dataStatus]
|
() => store.getters[GETTERS.dataStatus]
|
||||||
);
|
);
|
||||||
|
|
||||||
const isDataLoaded = () =>
|
const isDataLoaded = computed(() => {
|
||||||
computed(() => {
|
return dataConnectionStatus.value == DataStatus.Loaded;
|
||||||
dataConnectionStatus.value == DataStatus.Loaded;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user