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