From a83c3012eaca1e61c48e021a5e94a4ffe9fee9a8 Mon Sep 17 00:00:00 2001 From: sadmin Date: Mon, 2 Feb 2026 11:27:05 +0300 Subject: [PATCH] PRB add pdf --- dist/index.html | 2 +- src/components/PRB_FileControl.vue | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dist/index.html b/dist/index.html index 2797f69..c81e134 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file diff --git a/src/components/PRB_FileControl.vue b/src/components/PRB_FileControl.vue index a1ff0d3..f9f14ad 100644 --- a/src/components/PRB_FileControl.vue +++ b/src/components/PRB_FileControl.vue @@ -94,8 +94,8 @@ - + @@ -197,6 +197,7 @@ export default { extensionsList: [ { value: "mdi-file-excel", extension: ['xlsx', 'xls'] }, { value: "mdi-file-word", extension: ['docx', 'doc'] }, + { value: "mdi-file-pdf", extension: ['pdf'] }, ] }), computed: {