n1crack / vuefinder

Empower your Vue.js applications with this versatile and customizable file manager component, simplifying file organization and navigation.
https://vuefinder.ozdemir.be
MIT License
259 stars 75 forks source link

Fixing Vue TypeScript Compiler error #24

Closed andreas-lundgren-qlucore closed 1 year ago

andreas-lundgren-qlucore commented 1 year ago

Prior to this fix, running vue-tsc results in a TS error: "src/components/Vuefinder/modals/ModalMove.vue:129:1 - error TS1473: An import declaration can only be used at the top level of a module."

n1crack commented 1 year ago

Thanks!