This commit is contained in:
2020-01-10 17:27:27 +00:00
parent 59bdd7010f
commit 1b0c9ddecf

View File

@@ -1,15 +0,0 @@
<template>
<v-data-table></v-data-table>
</template>
<script>
//DataTable component
//https://vuetifyjs.com/en/components/data-tables#paginate-and-sort-server-side
export default {
created() {},
data() {
return {};
},
methods: {}
};
</script>