mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 21:18:54 +03:00
fix: error from context menu when deleting torrent
This commit is contained in:
parent
3edb843594
commit
2dcf9d268c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<v-list class="noselect">
|
||||
<v-list v-if="torrent" class="noselect">
|
||||
<v-list-item link @click="resume">
|
||||
<v-icon>{{ mdiPlay }}</v-icon>
|
||||
<v-list-item-title class="ml-2 list-item__title">
|
||||
|
|
Loading…
Reference in a new issue