1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-05-03 05:44:23 +03:00
This commit is contained in:
Daan Wijns 2020-11-07 13:05:31 +01:00 committed by GitHub
parent 80d1c1f6a0
commit 8b590e4e98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 760 additions and 653 deletions
src/components/Modals

View file

@ -63,9 +63,9 @@ export default {
computed: {
...mapState(['selected_torrents']),
...mapGetters(['getTorrents']),
torrents(){
torrents() {
return this.getTorrents().filter(t => this.selected_torrents.includes(t.hash))
}
}
}
</script>
</script>