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: ExcelComponent.vue
<template> <a href="#" @click.prevent="excelDownload" class="db-card-filter-dropdown-menu"> <i class="lab lab-line-file-excel lab-font-size-15"></i> {{ $t('button.excel') }} </a> </template> <script> export default { name: "ExcelComponent", props: { method: { type: Function } }, methods: { excelDownload: function () { this.method(); } } } </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