reactive-vue-form
js
```js const initialValue = null; const control = new FormControl(initialValue); ``` #### usage in html ```html <input type="text" v-model="control.value" /> ```
Version 1.0.148 License ISC
Keywords
vue formvue form validationreactive vue form
INSTALL