first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<tbody class="divide-y divide-gray-200 dark:divide-gray-700">
|
||||
<slot />
|
||||
</tbody>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {Link} from "@inertiajs/vue3";
|
||||
|
||||
export default {
|
||||
name: "AdminIndexTableBody",
|
||||
components: {Link}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user