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,5 +1,6 @@
|
||||
const ElDropdownItem = require('../dropdown/src/dropdown-item');
|
||||
|
||||
/* istanbul ignore next */
|
||||
ElDropdownItem.install = function(Vue) {
|
||||
Vue.component(ElDropdownItem.name, ElDropdownItem);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user