This commit is contained in:
@ -1,5 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
async function submit() {
|
||||
async function submit(...args: any[]) {
|
||||
console.debug('submit',`args :>> `, args);
|
||||
await new Promise(r => setTimeout(r, 1000))
|
||||
alert('Submitted! 🎉')
|
||||
}
|
||||
|
Reference in New Issue
Block a user