diff --git a/Frontend/src/components/xml/XmlInputFieldComponent.vue b/Frontend/src/components/xml/XmlInputFieldComponent.vue index 295b421..f065a38 100644 --- a/Frontend/src/components/xml/XmlInputFieldComponent.vue +++ b/Frontend/src/components/xml/XmlInputFieldComponent.vue @@ -39,13 +39,18 @@ function canBeFormatted() { props.stylizedName.toLowerCase() == 'xslt'; } +function readFile(file : any) { + console.log(file.target.files[0]); +} +