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: {