docs: Updated links
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
<script setup>
|
||||
import TableExample from './examples/TableExample.vue'
|
||||
</script>
|
||||
# Vue Table Component - Flowbite
|
||||
|
||||
```vue
|
||||
<script setup>
|
||||
import { Table } from 'flowbite-vue'
|
||||
</script>
|
||||
<template>
|
||||
<Table></Table>
|
||||
</template>
|
||||
```
|
||||
|
||||
<TableExample />
|
||||
Reference in New Issue
Block a user