index.js 165 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 import ElTable from './src/table'; /* istanbul ignore next */ ElTable.install = function(Vue) { Vue.component(ElTable.name, ElTable); }; export default ElTable;