vue+es6 遇到的问题
摘要:
问题: 1.后台传过来的数据中数组嵌套数组怎么获得里面那个数组里的值 (vue+es6) 父级v-for="(x,_index) in parentTable" 子级<tr v-for="(y,index) in x.tableTd"> 修改 <a href="javascript:;" @clic 阅读全文
posted @ 2017-04-20 21:23 Mona-雅 阅读(158) 评论(0) 推荐(0) 编辑