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 Tooltip = require('./src/main');
|
||||
|
||||
/* istanbul ignore next */
|
||||
Tooltip.install = function(Vue) {
|
||||
Vue.component(Tooltip.name, Tooltip);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user