mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 05:58:07 +01:00
feat(Form): export loading state (#3861)
This commit is contained in:
@@ -278,6 +278,7 @@ defineExpose<Form<T>>({
|
||||
},
|
||||
|
||||
disabled,
|
||||
loading,
|
||||
dirty: computed(() => !!dirtyFields.size),
|
||||
|
||||
dirtyFields: readonly(dirtyFields) as DeepReadonly<Set<keyof T>>,
|
||||
|
||||
Reference in New Issue
Block a user