const initialValue = null;
const control = new FormControl(initialValue);usage in html
<input type="text" v-model="control.value" />
Form wrapper simplifying developer ability to access, check, fill, and pass input data
A JSON configuration Render form Component for Vue.js and Element-UI