提取ele-pro修改源码
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user