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