Explorer
home
/
zoteqbgb
/
public_html
/
resources
/
js
/
components
/
admin
/
components
/
buttons
/
export
Location:
/home/zoteqbgb/public_html/resources/js/components/admin/components/buttons/export
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: PrintComponent.vue
<template> <button v-print="props" class="db-card-filter-dropdown-menu"> <i class="lab-line-printer lab-font-size-17"></i> {{ $t('button.print') }} </button> </template> <script> import print from "vue3-print-nb"; export default { name: "PrintComponent", props: ["props"], directives: { print } } </script>
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
ExcelComponent.vue
454 bytes
0644
2025-04-25 02:11
âï¸
ðï¸
Rename
ExportComponent.vue
282 bytes
0644
2025-04-25 02:11
âï¸
ðï¸
Rename
PrintComponent.vue
375 bytes
0644
2025-04-25 02:11
âï¸
ðï¸
Rename
Chang
Apply