eightHundreds
11/26/2016 - 10:40 AM

把数组批量生成input标签并且绑定

把数组批量生成input标签并且绑定

<template v-for="item,index in U_array">
	<td><input type="text" class="form-control " name="" v-model="U_array[index]" /></td>
</template>