mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-21 11:14:38 +02:00
Fix:Audio player dropdown menu
This commit is contained in:
parent
f7a2393d99
commit
b0c316d2f0
1 changed files with 6 additions and 1 deletions
|
@ -95,6 +95,11 @@ export default {
|
|||
this.$emit('action', itemValue)
|
||||
}
|
||||
},
|
||||
mounted() {}
|
||||
mounted() {},
|
||||
beforeDestroy() {
|
||||
if (this.menu) {
|
||||
this.menu.remove()
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue