-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
There doesn't appear to be a documented way to create validated forms using the Vue Composition API. The Composition API is available in Vue 2 (via @vue/composition-api package) and will be a big part of Vue 3.
What does the proposed API look like?
Right now, the Vue instance is required to use Form.createForm( [instance] ), but the Vue instance (this) is not available in the setup() method in the composition API.