We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b89458 commit 4b4e31aCopy full SHA for 4b4e31a
scripts/tiktok_batchDownload.js
@@ -85,7 +85,7 @@ export default {
85
<button id="audio" @click="downloadAudio">🎧 {{audioTitle}}</button>
86
<button id="json" @click="downloadJson">📄 Download json</button>
87
<button id="clear" @click="clear">🗑️ Clear</button>
88
- <input type="text" id="search" placeholder="🔎 Search..." v-model="search" >
+ <input type="text" id="search" placeholder="🔎 Search..." :value="search" @input="e => search = e.target.value" >
89
{{search}}
90
</div>
91
0 commit comments