UNPKG

808 BJavaScriptView Raw
1"use strict";
2
3var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
5Object.defineProperty(exports, "__esModule", {
6 value: true
7});
8exports.default = exports.StatisticCountdown = void 0;
9
10var _Statistic = _interopRequireDefault(require("./Statistic"));
11
12var _Countdown = _interopRequireDefault(require("./Countdown"));
13
14_Statistic.default.Countdown = _Countdown.default;
15/* istanbul ignore next */
16
17_Statistic.default.install = function (app) {
18 app.component(_Statistic.default.name, _Statistic.default);
19 app.component(_Statistic.default.Countdown.name, _Statistic.default.Countdown);
20 return app;
21};
22
23var StatisticCountdown = _Statistic.default.Countdown;
24exports.StatisticCountdown = StatisticCountdown;
25var _default = _Statistic.default;
26exports.default = _default;
\No newline at end of file