This commit is contained in:
2020-01-10 16:48:09 +00:00
parent 9fa74aca2f
commit 23b92c56ea

View File

@@ -0,0 +1,16 @@
<template>
<v-data-table></v-data-table>
</template>
<script>
//Grid component
export default {
created() {},
data() {
return {};
},
methods: {}
};
</script>