first
This commit is contained in:
8
packages/table-column/index.js
Normal file
8
packages/table-column/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import ElTableColumn from '../table/src/table-column';
|
||||
|
||||
/* istanbul ignore next */
|
||||
ElTableColumn.install = function(Vue) {
|
||||
Vue.component(ElTableColumn.name, ElTableColumn);
|
||||
};
|
||||
|
||||
export default ElTableColumn;
|
Reference in New Issue
Block a user