forked from verdnatura/salix-front
parent
1670c40a31
commit
991cbb8534
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue