mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
Initial commit
This commit is contained in:
7
packages/dialog/index.js
Normal file
7
packages/dialog/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const ElDialog = require('./src/component');
|
||||
|
||||
ElDialog.install = function(Vue) {
|
||||
Vue.component('el-dialog', ElDialog);
|
||||
};
|
||||
|
||||
module.exports = ElDialog;
|
||||
Reference in New Issue
Block a user