mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
fix(Navbar): Add missing bind on right drawer setting (#1294)
This commit is contained in:
parent
0c546f1b37
commit
672ab0863f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ const toggleDrawer = () => {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<v-navigation-drawer v-model="isDrawerOpen" color="primary" disable-route-watcher>
|
||||
<v-navigation-drawer v-model="isDrawerOpen" :location="vueTorrentStore.isDrawerRight ? 'right' : 'left'" color="primary" disable-route-watcher>
|
||||
<v-list class="clean-px px-2 pt-0">
|
||||
<v-list-item v-if="vueTorrentStore.showCurrentSpeed">
|
||||
<CurrentSpeed />
|
||||
|
|
Loading…
Add table
Reference in a new issue