nuxt/ui

[v3] Wrong type on `dirty` property of `UForm`

Closed this issue · 0 comments

ComputedRef should be the correct type.

| `dirty`{lang="ts-type"} | `Ref<boolean>`{lang="ts-type"} `true` if at least one form field has been updated by the user.|