提取ele-pro修改源码

This commit is contained in:
weicw
2021-08-06 16:12:31 +08:00
parent 97df9286bb
commit 5bc27cb0ee
153 changed files with 36553 additions and 555 deletions

View File

@@ -0,0 +1,8 @@
/** 文件列表组件 license by http://eleadmin.com */
import EleFileList from './src/main';
EleFileList.install = function (app) {
app.component(EleFileList.name, EleFileList);
};
export default EleFileList;