implemented filters to modul gangguan

This commit is contained in:
kur0nek-o
2023-11-05 08:51:15 +07:00
parent b914081faa
commit 090712f45d
21 changed files with 192 additions and 10 deletions

View File

@ -1,8 +1,5 @@
import { ref, computed, VueElement } from 'vue'
import { ref, VueElement } from 'vue'
import { defineStore } from 'pinia'
import { dispatchNotification } from '@/components/Notification'
import { readData, removeData, writeData } from '@/utils/storage'
import router from '@/router'
import {
Type1,
@ -26,7 +23,22 @@ import {
const test1: { [key: string]: any } = {
'type-1': Type1,
'type-2': Type2
'type-2': Type2,
'type-3': Type3,
'type-4': Type4,
'type-5': Type5,
'type-6': Type6,
'type-7': Type7,
'type-8': Type8,
'type-9': Type9,
'type-10': Type10,
'type-11': Type11,
'type-12': Type12,
'type-13': Type13,
'type-14': Type14,
'type-15': Type15,
'type-16': Type16,
'type-17': Type17
}
const getFilters = (type: string): VueElement => {