check prepare and things
This commit is contained in:
parent
d65310fb85
commit
44776b7ec7
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
<script>
|
<script lang="ts">
|
||||||
let source = $state('youtube');
|
let source = $state('youtube');
|
||||||
let link = $state('');
|
let link = $state('');
|
||||||
let format = $state('mp3');
|
let format = $state('mp3');
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
showModal = !showModal;
|
showModal = !showModal;
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleSubmit = async (e) => {
|
const handleSubmit = async (e: SubmitEvent) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
||||||
console.log({
|
console.log({
|
||||||
|
|
Loading…
Add table
Reference in a new issue