mirror of https://github.com/ElemeFE/element
8 lines
144 B
JavaScript
8 lines
144 B
JavaScript
![]() |
const Tooltip = require('./src/main');
|
||
|
|
||
|
Tooltip.install = function(Vue) {
|
||
|
Vue.component(Tooltip.name, Tooltip);
|
||
|
};
|
||
|
|
||
|
module.exports = Tooltip;
|