246 B
246 B
<script setup>
import TableExample from './examples/TableExample.vue'
</script>
Vue Table Component - Flowbite
<script setup>
import { Table } from 'flowbite-vue'
</script>
<template>
<Table></Table>
</template>