mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-23 18:30:06 +08:00
Refine vuex store
This commit is contained in:
@@ -87,3 +87,7 @@ export function getSameNamedTorrents(allTorrents: Array<any>, torrents: Array<an
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
export function typed<T>(value: T): T {
|
||||
return value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user