first datatable
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
<template>
|
||||
<main class="bg-slate-100 flex justify-center h-screen">
|
||||
<div class="m-auto bg-white p-4 border rounded space-y-4 drop-shadow">
|
||||
<div class="m-auto bg-white p-4 border rounded space-y-4 drop-shadow" :class="class">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
defineProps(['class'])
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user