UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

11 lines 376 B
import Statistic from './Statistic'; import Countdown from './Countdown'; Statistic.Countdown = Countdown; /* istanbul ignore next */ Statistic.install = function (app) { app.component(Statistic.name, Statistic); app.component(Statistic.Countdown.name, Statistic.Countdown); return app; }; export const StatisticCountdown = Statistic.Countdown; export default Statistic;