Dynamic Components

The v-model directive does not work with input element created with the component element.


Does not work, not updating:

(try to change value)

inpVal1: 4


How it should work, updates:

(try to change value)

inpVal2: 7