make more generic
This commit is contained in:
parent
fc5f4fba8c
commit
1cf9780e05
4 changed files with 7 additions and 8 deletions
|
@ -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: '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue