Skip to content

Commit 42d8f8e

Browse files
committed
Enhance pagination visibility in Index.stub and adjust label text size in AppLabel.vue
1 parent fd1145c commit 42d8f8e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

stubs/page-stub/Index.stub

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
</AppDataTable>
7575

7676
<AppPaginator
77+
v-if="{{ resourceNameCamelPlural }}.data.length"
7778
:links="{{ resourceNameCamelPlural }}.links"
7879
:from="{{ resourceNameCamelPlural }}.from || 0"
7980
:to="{{ resourceNameCamelPlural }}.to || 0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<template>
2-
<label class="block font-medium" :class="$attrs.class"><slot></slot></label>
2+
<label class="block text-md" :class="$attrs.class"><slot></slot></label>
33
</template>

0 commit comments

Comments
 (0)