We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5ede87 + bdaca2c commit fcf7e7eCopy full SHA for fcf7e7e
stubs/page-stub/Index.stub
@@ -75,9 +75,9 @@
75
76
<AppPaginator
77
:links="{{ resourceNameCamelPlural }}.links"
78
- :from="{{ resourceNameCamelPlural }}.from"
79
- :to="{{ resourceNameCamelPlural }}.to"
80
- :total="{{ resourceNameCamelPlural }}.total"
+ :from="{{ resourceNameCamelPlural }}.from || 0"
+ :to="{{ resourceNameCamelPlural }}.to || 0"
+ :total="{{ resourceNameCamelPlural }}.total || 0"
81
class="mt-4 justify-center"
82
></AppPaginator>
83
0 commit comments