Initial commit

This commit is contained in:
qingwei.li
2016-07-27 14:15:02 +08:00
commit e320f43c2d
352 changed files with 28969 additions and 0 deletions

7
packages/dialog/index.js Normal file
View File

@@ -0,0 +1,7 @@
const ElDialog = require('./src/component');
ElDialog.install = function(Vue) {
Vue.component('el-dialog', ElDialog);
};
module.exports = ElDialog;