mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
dont show sidebar by default
This commit is contained in:
parent
b1b08bad08
commit
b41b1e20c5
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
drawer: true
|
||||
drawer: false
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue