mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Add istanbul ignore (#521)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
const ElTableColumn = require('./src/table-column');
|
||||
const ElTable = require('./src/table');
|
||||
|
||||
/* istanbul ignore next */
|
||||
module.exports = function(Vue) {
|
||||
Vue.component(ElTable.name, ElTable);
|
||||
Vue.component(ElTableColumn.name, ElTableColumn);
|
||||
|
||||
Reference in New Issue
Block a user