UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

12 lines (10 loc) 323 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 default Statistic;