8000 chore(todo): added todos · manchenkoff/nuxt-sanctum-precognition@0714237 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 0714237

Browse files
committed
chore(todo): added todos
1 parent 9223732 commit 0714237

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/composables/usePrecognitionForm.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ export const usePrecognitionForm = <T extends Payload>(
116116
fields: _payload,
117117
errors: _errors,
118118

119+
// TODO: make them accessible without '.value', use reactive() & PrecognitionForm<T> on the 'form' object
119120
processing: ref(false),
120121
validating: ref(false),
121122
hasErrors: computed(() => Object.keys(form.errors).length > 0),

0 commit comments

Comments
 (0)
0