Dodano filtr dla SUP

This commit is contained in:
2022-01-16 19:37:20 +01:00
parent 1b0c1cb9d6
commit 8580a81454
6 changed files with 14 additions and 1 deletions
@@ -99,7 +99,7 @@
</template>
<script lang="ts">
import { defineComponent, inject, ref } from '@vue/runtime-core';
import { defineComponent, inject } from '@vue/runtime-core';
import { ACTIONS, GETTERS, MUTATIONS } from '@/constants/storeConstants';
import inputData from '@/data/options.json';