Refine vuex store

This commit is contained in:
CzBiX
2019-09-16 04:06:28 +08:00
parent cf1d48ea7a
commit e81b9e0db2
8 changed files with 179 additions and 57 deletions

View File

@@ -87,3 +87,7 @@ export function getSameNamedTorrents(allTorrents: Array<any>, torrents: Array<an
return result;
}
export function typed<T>(value: T): T {
return value;
}