mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
8 lines
154 B
JavaScript
8 lines
154 B
JavaScript
const ElDialog = require('./src/component');
|
|
|
|
ElDialog.install = function(Vue) {
|
|
Vue.component(ElDialog.name, ElDialog);
|
|
};
|
|
|
|
module.exports = ElDialog;
|