add close button to sidebar

This commit is contained in:
Thomas Amland
2020-08-19 18:39:11 +02:00
parent d08118bfad
commit 0dccb04bd5
5 changed files with 28 additions and 16 deletions
+2
View File
@@ -21,6 +21,7 @@
BIconBoxArrowRight,
BIconPersonFill,
BIconPersonCircle,
BIconX,
} from 'bootstrap-vue'
export default Vue.extend({
@@ -42,6 +43,7 @@
BIconBoxArrowRight,
BIconPersonFill,
BIconPersonCircle,
BIconX,
},
props: {
icon: { type: String, required: true }