<table> <tr v-for="(value, key, i) in aboutMe"> <th>{{i+1}}</th> <th>{{key}}</th> <td>{{value}}</td> </tr> </table>