mirror of
https://github.com/romancm/gamebrary
synced 2024-11-13 23:17:08 +00:00
Use prop for game selector modal
This commit is contained in:
parent
e7b2ecdd7a
commit
d48710ba95
1 changed files with 5 additions and 1 deletions
|
@ -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: () => [],
|
||||
|
|
Loading…
Reference in a new issue