mirror of https://github.com/ElemeFE/element
8 lines
152 B
JavaScript
8 lines
152 B
JavaScript
![]() |
const ElDialog = require('./src/component');
|
||
|
|
||
|
ElDialog.install = function(Vue) {
|
||
|
Vue.component('el-dialog', ElDialog);
|
||
|
};
|
||
|
|
||
|
module.exports = ElDialog;
|