mirror of https://github.com/ElemeFE/element
9 lines
174 B
JavaScript
9 lines
174 B
JavaScript
![]() |
import Statistic from './src/main';
|
||
|
|
||
|
/* istanbul ignore next */
|
||
|
Statistic.install = function(Vue) {
|
||
|
Vue.component(Statistic.name, Statistic);
|
||
|
};
|
||
|
|
||
|
export default Statistic;
|