提取ele-pro修改源码
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/** 高级表格组件 license by http://eleadmin.com */
|
||||
import EleProTable from './src/main';
|
||||
|
||||
EleProTable.install = function (Vue) {
|
||||
Vue.component(EleProTable.name, EleProTable);
|
||||
};
|
||||
|
||||
export default EleProTable;
|
||||
Reference in New Issue
Block a user