forked from verdnatura/salix-front
parent
1670c40a31
commit
991cbb8534
|
@ -32,9 +32,6 @@ onBeforeUnmount(() => stateStore.toggleSubToolbar());
|
|||
class="justify-end shadow-10"
|
||||
v-show="hasContent || $slots['st-actions'] || $slots['st-data']"
|
||||
>
|
||||
<!-- <slot name="title">
|
||||
<QToolbarTitle>Title</QToolbarTitle>
|
||||
</slot> -->
|
||||
<slot name="st-data">
|
||||
<div id="st-data"></div>
|
||||
</slot>
|
||||
|
|
|
@ -353,7 +353,6 @@ const pagesNumber = computed(() =>
|
|||
style="justify-content: center"
|
||||
size="sm"
|
||||
input
|
||||
ref="paginationRef"
|
||||
/>
|
||||
</QFooter>
|
||||
</QPage>
|
||||
|
|
Loading…
Reference in New Issue