Skip to content

Instantly share code, notes, and snippets.

View ShmidtAlex's full-sized avatar
🎯
Focusing

Alexander ShmidtAlex

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