Poprawka w typach

This commit is contained in:
2022-05-19 23:38:49 +02:00
parent 0440e47de8
commit a770473444
3 changed files with 20523 additions and 26263 deletions
+2 -1
View File
@@ -166,7 +166,8 @@
import { GETTERS } from '@/constants/storeConstants';
import { DataStatus } from '@/scripts/enums/DataStatus';
import { StoreData } from '@/scripts/interfaces/StoreData';
import { State, useStore } from '@/store';
import { useStore } from '@/store';
import { State } from '@/store/types';
import { computed, defineComponent } from 'vue';
import { Store } from 'vuex';