make more generic

This commit is contained in:
taehoon 2019-04-02 15:43:41 -04:00
parent 8410add394
commit fc5f4fba8c
3 changed files with 6 additions and 2 deletions

View file

@ -10,6 +10,10 @@ export default {
},
filter: { // function to filter results in real time
type: Function
},
placeholder: {
type: String,
default: 'Search...'
}
},
components: {