🚧 Debounce of 500ms

This commit is contained in:
Kevin van der Werff
2019-11-07 00:52:25 +01:00
parent 35a11766d8
commit 73a53c8161
2 changed files with 12 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
input.search(v-model="searchInput" type="text" placeholder="Search (does not work currently, sorry)")
input.search(v-model="searchInput" type="text" placeholder="Search")
</template>
<script>