Skip to content

Instantly share code, notes, and snippets.

View andreas83's full-sized avatar
🐢
slow but steady

Andreas Beder andreas83

🐢
slow but steady
View GitHub Profile
<template>
<div>
<input
type="text"
placeholder="Search Your Interest"
@input="debounceSearch()"
v-model="searchInput"
/>
</div>
</template>