Add istanbul ignore (#521)

This commit is contained in:
cinwell.li
2016-10-19 22:48:35 +08:00
committed by FuryBean
parent 0c75354eb5
commit 510034d2d2
68 changed files with 101 additions and 62 deletions

View File

@@ -1,5 +1,6 @@
const ElDropdownItem = require('../dropdown/src/dropdown-item');
/* istanbul ignore next */
ElDropdownItem.install = function(Vue) {
Vue.component(ElDropdownItem.name, ElDropdownItem);
};