221 B
221 B
<script setup>
import TableExample from './examples/TableExample.vue'
</script>
Table
<script setup>
import { Table } from 'flowbite-vue'
</script>
<template>
<Table></Table>
</template>