This commit is contained in:
2020-01-10 19:21:15 +00:00
parent 1b0c9ddecf
commit 56e4f4a32f

View File

@@ -1,8 +1,16 @@
<template>
<v-data-table></v-data-table>
<v-data-table
:headers="headers"
:items="desserts"
:options.sync="options"
:server-items-length="totalDesserts"
:loading="loading"
class="elevation-1"
></v-data-table>
</template>
<script>
/* Xeslint-disable */
//DataTable component
//https://vuetifyjs.com/en/components/data-tables#paginate-and-sort-server-side
export default {