doc: added doc examples
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="relative overflow-x-auto shadow-md sm:rounded-lg">
|
||||
<div class="vp-raw relative overflow-x-auto shadow-md sm:rounded-lg">
|
||||
<table class="w-full text-sm text-left text-gray-500 dark:text-gray-400">
|
||||
<slot></slot>
|
||||
</table>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
</tr>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
|
||||
import { useTableRowClasses } from '@/components/Table/composables/tableRowClasses'
|
||||
|
||||
const { tableRowClasses } = useTableRowClasses()
|
||||
|
||||
Reference in New Issue
Block a user