mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 17:32:14 +00:00
added create icon into desktopToolbar
This commit is contained in:
@@ -23,7 +23,11 @@
|
||||
if (this.name === name) this.isVisible = !this.isVisible
|
||||
})
|
||||
|
||||
events.$on('unClick', () => this.isVisible = false)
|
||||
events.$on('popover:close', name => {
|
||||
if (this.name === name) this.isVisible = false
|
||||
})
|
||||
|
||||
// todo: events.$on('unClick', () => this.isVisible = false)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user