Use prop for game selector modal

This commit is contained in:
Gamebrary 2022-10-26 13:17:00 -07:00
parent e7b2ecdd7a
commit d48710ba95

View file

@ -13,7 +13,7 @@
<b-modal hide-footer v-model="selecting">
<template v-slot:modal-header="{ close }">
<modal-header
title="Select game"
:title="title"
@close="close"
/>
</template>
@ -73,6 +73,10 @@ export default {
type: String,
default: 'light',
},
title: {
type: String,
default: 'Select a game',
},
filter: {
type: Array,
default: () => [],