added comment

This commit is contained in:
2025-12-06 19:23:59 +00:00
parent cddfa0b3b9
commit eb8b7e8604

View File

@@ -122,6 +122,7 @@ import { h } from 'vue'
</script>
<template>
<!-- overflow-auto necessary for scroll-->
<UContainer class="overflow-auto">
<UDashboardSidebarToggle variant="subtle" class="absolute z-20 top-3 left-2.5"/>
@@ -144,9 +145,8 @@ import { h } from 'vue'
/>
</UPageGrid>
<div class="max-w-full flex-shrink-0 overflow-y-visible">
<UTable :data="table_demo" :columns="table_headers" class="flex-1 "/>
</div>
<UTable :data="table_demo" :columns="table_headers" class="flex-1 "/>
<UFooter>