8000 chore: Исправление типизации в `useSubmitForm` · Pacific-Agency/nuxt-utils@87bb8ac · GitHub
[go: up one dir, main page]

Skip to content

Commit 87bb8ac

Browse files
committed
chore: Исправление типизации в useSubmitForm
1 parent 95afe18 commit 87bb8ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/composables/useSubmitForm.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type { UseFetchOptions } from "#app"
22
import type { Ref } from "#imports"
33

4+
// @ts-expect-error - функция есть в итоговом проекте
45
import { ref, useFetch, useFetchAuth } from "#imports"
56
import { defu } from "defu"
67

0 commit comments

Comments
 (0)
0