Skip to content

Commit 4b4e31a

Browse files
committed
realtime search
1 parent 5b89458 commit 4b4e31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tiktok_batchDownload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default {
8585
<button id="audio" @click="downloadAudio">🎧 {{audioTitle}}</button>
8686
<button id="json" @click="downloadJson">📄 Download json</button>
8787
<button id="clear" @click="clear">🗑️ Clear</button>
88-
<input type="text" id="search" placeholder="🔎 Search..." v-model="search" >
88+
<input type="text" id="search" placeholder="🔎 Search..." :value="search" @input="e => search = e.target.value" >
8989
{{search}}
9090
</div>
9191

0 commit comments

Comments
 (0)