UNPKG

685 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7
8var _Statistic = _interopRequireDefault(require("./Statistic"));
9
10var _Countdown = _interopRequireDefault(require("./Countdown"));
11
12function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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 _default = _Statistic.default;
24exports.default = _default;
\No newline at end of file