mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
Initial commit
This commit is contained in:
7
packages/table-column/index.js
Normal file
7
packages/table-column/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const ElTableColumn = require('../table/src/table-column');
|
||||
|
||||
ElTableColumn.install = function(Vue) {
|
||||
Vue.component(ElTableColumn.name, ElTableColumn);
|
||||
};
|
||||
|
||||
module.exports = ElTableColumn;
|
||||
Reference in New Issue
Block a user