mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
build failed
This commit is contained in:
parent
ea9dd56614
commit
dfd4730015
1 changed files with 3 additions and 3 deletions
|
@ -130,20 +130,20 @@
|
|||
</v-tooltip>
|
||||
<v-divider></v-divider>
|
||||
<vue-context ref="menu">
|
||||
<torrentRightClickMenu :hash="torrent.hash" />
|
||||
<TorrentRightClickMenu :hash="torrent.hash" />
|
||||
</vue-context>
|
||||
</v-card>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { VueContext } from 'vue-context'
|
||||
import torrentRightClickMenu from '@/components/Torrent/TorrentRightClickMenu.vue'
|
||||
import TorrentRightClickMenu from '@/components/Torrent/TorrentRightClickMenu.vue'
|
||||
|
||||
export default {
|
||||
name: 'Torrent',
|
||||
components: {
|
||||
VueContext,
|
||||
torrentRightClickMenu
|
||||
TorrentRightClickMenu
|
||||
},
|
||||
props: {
|
||||
torrent: Object
|
||||
|
|
Loading…
Add table
Reference in a new issue