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/progress/index.js
Normal file
7
packages/progress/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const ElProgress = require('./src/progress');
|
||||
|
||||
ElProgress.install = function(Vue) {
|
||||
Vue.component(ElProgress.name, ElProgress);
|
||||
};
|
||||
|
||||
module.exports = ElProgress;
|
||||
Reference in New Issue
Block a user