Increase debounce time to 300ms

Co-Authored-By: wellá <info@lost.design>
This commit is contained in:
Liam Dyer
2020-04-18 10:17:09 -04:00
committed by GitHub
parent 3a4f384517
commit c77e9072f5

View File

@@ -48,7 +48,7 @@ export default {
keywords: keywords && R.split(',', keywords),
tags: tags && R.split(',', tags),
}
}, 100)
}, 300)
},
searchInput(searchInput) {
this.resources = this.$store.getters['data/findBySearchInputs'](searchInput.keywords, searchInput.tags)