mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-05-03 05:44:23 +03:00
0.4.5 (#69)
This commit is contained in:
parent
80d1c1f6a0
commit
8b590e4e98
51 changed files with 760 additions and 653 deletions
src/components/Modals
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue