0👍
add props
<v-data-table
:headers="headers"
items="editItem"
item-value="name"
itemsPerPageText="Items per page"
disableItemsPerPage="false"
class="elevation-1"
>
- [Vuejs]-VueJS Wait for all API queries to come back
- [Vuejs]-How can I add type hints for my custom global Vue directives?
Source:stackexchange.com