add mute toggle
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user