[Vuejs]-Vue.js – Element UI – Form already filled in text

0👍

formInline: {
  hostname: ['toy1', 'toy2', 'toy3'],
  role: ['compute', 'storage', 'storage']
}

your input model binding directly with index of formInline. so, that required data for binding.

Leave a comment