We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65bea89 commit 4cafc24Copy full SHA for 4cafc24
app/pages/check/index.vue
@@ -33,7 +33,7 @@ const handleSubmit = async (data: {
33
if (data.errors === undefined) {
34
resultInfo.loading = true
35
try {
36
- const data = await $fetch('/api/check', {
+ const data = await request()('/api/check', {
37
query: formData.value,
38
})
39
resultInfo.message = data.content
0 commit comments