line_push/node_modules/vuetify/es5/components/VPagination/index.js
2022-07-17 13:16:16 +08:00

20 lines
505 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "VPagination", {
enumerable: true,
get: function get() {
return _VPagination.default;
}
});
exports.default = void 0;
var _VPagination = _interopRequireDefault(require("./VPagination"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var _default = _VPagination.default;
exports.default = _default;
//# sourceMappingURL=index.js.map