UNPKG

x-antd-vue

Version:

base on antd 1.7.2

13 lines (11 loc) 354 B
import Statistic from './Statistic'; import Countdown from './Countdown'; import Base from '../base'; Statistic.Countdown = Countdown; /* istanbul ignore next */ Statistic.install = function (Vue) { Vue.use(Base); Vue.component(Statistic.name, Statistic); Vue.component(Statistic.Countdown.name, Statistic.Countdown); }; export default Statistic;