add mute toggle

This commit is contained in:
Thomas Amland
2021-01-30 21:24:34 +01:00
parent fef13f18a9
commit 8b4c482efa
3 changed files with 23 additions and 7 deletions
+2
View File
@@ -29,6 +29,7 @@
BIconRss,
BIconX,
BIconVolumeUpFill,
BIconVolumeMuteFill,
} from 'bootstrap-vue'
export default Vue.extend({
@@ -58,6 +59,7 @@
BIconRss,
BIconX,
BIconVolumeUpFill,
BIconVolumeMuteFill,
},
props: {
icon: { type: String, required: true }