make more generic
This commit is contained in:
parent
8410add394
commit
fc5f4fba8c
3 changed files with 6 additions and 2 deletions
|
@ -10,6 +10,10 @@ export default {
|
|||
},
|
||||
filter: { // function to filter results in real time
|
||||
type: Function
|
||||
},
|
||||
placeholder: {
|
||||
type: String,
|
||||
default: 'Search...'
|
||||
}
|
||||
},
|
||||
components: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue