Explorer
home
/
zoteqbgb
/
public_html
/
resources
/
js
/
components
/
admin
/
components
/
pagination
Location:
/home/zoteqbgb/public_html/resources/js/components/admin/components/pagination
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: PaginationTextComponent.vue
<template> <div> <p class="text-sm text-gray-700"> {{ $t("message.pagination_label", { from: props.page.from, to: props.page.to, total: props.page.total }) }} </p> </div> </template> <script> export default { name: "PaginationTextComponent", props: ['props'], } </script>
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
PaginationBox.vue
738 bytes
0644
2025-04-25 02:11
âï¸
ðï¸
Rename
PaginationSMBox.vue
843 bytes
0644
2025-04-25 02:11
âï¸
ðï¸
Rename
PaginationTextComponent.vue
420 bytes
0644
2025-04-25 02:11
âï¸
ðï¸
Rename
Chang
Apply