I am going to build a table using below code. <tr v-for="obj in gdata"> <td v-for="(value, key) in obj"> {{ value }} </td> </tr> But I would ...
確定! 回上一頁