<tr v-for="(item, index) in data" v-bind:key="index">
<th scope="row">1</th>
<td>{{item.title}}</td>
<td><a :href="process.env.VUE_APP_URL/+item.path">File</a></td>
<td>@mdo</td>
</tr>