This commit is contained in:
@@ -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>
|
|
||||||
Reference in New Issue
Block a user