d44ef82795c0195308b14aaa59294436d5a770098f600e4cdfbc05141e1e6e9d0572492e5eeabc28d1d47e156ba566b0c44e27579bb5be6b90a0be1135e128 174 B

12345678
  1. import Statistic from './src/main';
  2. /* istanbul ignore next */
  3. Statistic.install = function(Vue) {
  4. Vue.component(Statistic.name, Statistic);
  5. };
  6. export default Statistic;