0
0
Fork 0

style: refs #8110 #8110 perf sticky VnSubtoolbar sticky

This commit is contained in:
Javier Segarra 2024-10-24 20:34:54 +02:00
parent 1670c40a31
commit 991cbb8534
2 changed files with 0 additions and 4 deletions

View File

@ -32,9 +32,6 @@ onBeforeUnmount(() => stateStore.toggleSubToolbar());
class="justify-end shadow-10" class="justify-end shadow-10"
v-show="hasContent || $slots['st-actions'] || $slots['st-data']" v-show="hasContent || $slots['st-actions'] || $slots['st-data']"
> >
<!-- <slot name="title">
<QToolbarTitle>Title</QToolbarTitle>
</slot> -->
<slot name="st-data"> <slot name="st-data">
<div id="st-data"></div> <div id="st-data"></div>
</slot> </slot>

View File

@ -353,7 +353,6 @@ const pagesNumber = computed(() =>
style="justify-content: center" style="justify-content: center"
size="sm" size="sm"
input input
ref="paginationRef"
/> />
</QFooter> </QFooter>
</QPage> </QPage>