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