make more generic

This commit is contained in:
taehoon 2019-04-02 16:02:02 -04:00
parent fc5f4fba8c
commit 1cf9780e05
4 changed files with 7 additions and 8 deletions

View file

@ -1,5 +1,3 @@
import BlockCard from '../block_card/block_card.vue'
const debounceMilliseconds = 500
export default {
@ -16,9 +14,6 @@ export default {
default: 'Search...'
}
},
components: {
BlockCard
},
data () {
return {
term: '',