Adds volume control

This commit is contained in:
Ammon Sarver
2021-01-29 17:21:24 -07:00
parent 8022929dc1
commit a0de1f0c5a
4 changed files with 48 additions and 0 deletions
+2
View File
@@ -28,6 +28,7 @@
BIconPersonCircle,
BIconRss,
BIconX,
BIconVolumeUpFill,
} from 'bootstrap-vue'
export default Vue.extend({
@@ -56,6 +57,7 @@
BIconPersonCircle,
BIconRss,
BIconX,
BIconVolumeUpFill,
},
props: {
icon: { type: String, required: true }