mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-04 21:27:52 +08:00
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;
|