Closed kaysersoze closed 3 years ago
Added loading of model value into form fields via watcher (with immediate: true).
immediate: true
@divijbhardwaj This is the part I missed in my last pull request that loads model values set with v-model on component initialization.
v-model
Added loading of model value into form fields via watcher (with
immediate: true
).