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