Form API
Form exposes separate public APIs for Vue components and direct DOM connections. Choose the entry point your application imports:
- Vue Form API for
@sectile/vue/form - DOM Form API for
@sectile/dom/form
The two references stay separate so Vue applications do not need to learn the lower-level DOM connection API.
