提取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 EleAvatarList from './src/main';
EleAvatarList.install = function (app) {
app.component(EleAvatarList.name, EleAvatarList);
};
export default EleAvatarList;