Fix:Audio player dropdown menu

This commit is contained in:
advplyr
2022-01-05 19:19:59 -06:00
parent f7a2393d99
commit b0c316d2f0
+6 -1
View File
@@ -95,6 +95,11 @@ export default {
this.$emit('action', itemValue)
}
},
mounted() {}
mounted() {},
beforeDestroy() {
if (this.menu) {
this.menu.remove()
}
}
}
</script>