mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-14 03:51:04 +00:00
fixed google drive link menu
This commit is contained in:
parent
f06cdaf4ac
commit
c0f46b6445
1 changed files with 4 additions and 0 deletions
|
|
@ -144,6 +144,10 @@ export default {
|
|||
name: "uploadDialog",
|
||||
visibility: false
|
||||
});
|
||||
this.$store.dispatch("setPopoutVisibility", {
|
||||
name: "GDLinkMenu",
|
||||
visibility: true
|
||||
});
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue