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