ftgibran / vue-api-request

Control your API calls by using an amazing component which supports axios and vue-resource

Home Page:https://ftgibran.github.io/#/vue-api-request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use vue-api-request for table

RainUUU opened this issue · comments

if I use vue-api-request in the table's tbody ,it will throw error

like this

<table>
<thead><td></td></thead>

<tbody>
<api-request>
<div slot="success"></div>
</api-request>
</tbody>
</table>