chushihua
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import ElProgress from './src/progress';
|
||||
|
||||
/* istanbul ignore next */
|
||||
ElProgress.install = function(Vue) {
|
||||
Vue.component(ElProgress.name, ElProgress);
|
||||
};
|
||||
|
||||
export default ElProgress;
|
||||
Reference in New Issue
Block a user