import comp from './src/sys-file-management' comp.install = function (Vue) { Vue.component(comp.name, comp) } export default comp