123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- (global.webpackJsonp = global.webpackJsonp || []).push([ [ "components/uni-load-more/uni-load-more" ], {
- 413: function(n, e, t) {
- t.r(e);
- var o = t(414), r = t(416);
- for (var u in r) "default" !== u && function(n) {
- t.d(e, n, function() {
- return r[n];
- });
- }(u);
- t(418);
- var c = t(13), a = Object(c.default)(r.default, o.render, o.staticRenderFns, !1, null, null, null, !1, o.components, void 0);
- a.options.__file = "components/uni-load-more/uni-load-more.vue", e.default = a.exports;
- },
- 414: function(n, e, t) {
- t.r(e);
- var o = t(415);
- t.d(e, "render", function() {
- return o.render;
- }), t.d(e, "staticRenderFns", function() {
- return o.staticRenderFns;
- }), t.d(e, "recyclableRender", function() {
- return o.recyclableRender;
- }), t.d(e, "components", function() {
- return o.components;
- });
- },
- 415: function(n, e, t) {
- t.r(e), t.d(e, "render", function() {
- return o;
- }), t.d(e, "staticRenderFns", function() {
- return u;
- }), t.d(e, "recyclableRender", function() {
- return r;
- }), t.d(e, "components", function() {});
- var o = function() {
- var n = this;
- n.$createElement;
- n._self._c;
- }, r = !1, u = [];
- o._withStripped = !0;
- },
- 416: function(n, e, t) {
- t.r(e);
- var o = t(417), r = t.n(o);
- for (var u in o) "default" !== u && function(n) {
- t.d(e, n, function() {
- return o[n];
- });
- }(u);
- e.default = r.a;
- },
- 417: function(n, e, t) {
- Object.defineProperty(e, "__esModule", {
- value: !0
- }), e.default = void 0;
- var o = {
- name: "uni-load-more",
- props: {
- status: {
- type: String,
- default: "more"
- },
- showIcon: {
- type: Boolean,
- default: !0
- },
- color: {
- type: String,
- default: "#777777"
- },
- contentText: {
- type: Object,
- default: function() {
- return {
- contentdown: "上拉显示更多",
- contentrefresh: "正在加载...",
- contentnomore: "没有更多数据了"
- };
- }
- }
- },
- data: function() {
- return {};
- }
- };
- e.default = o;
- },
- 418: function(n, e, t) {
- t.r(e);
- var o = t(419), r = t.n(o);
- for (var u in o) "default" !== u && function(n) {
- t.d(e, n, function() {
- return o[n];
- });
- }(u);
- e.default = r.a;
- },
- 419: function(n, e, t) {}
- } ]), (global.webpackJsonp = global.webpackJsonp || []).push([ "components/uni-load-more/uni-load-more-create-component", {
- "components/uni-load-more/uni-load-more-create-component": function(n, e, t) {
- t("1").createComponent(t(413));
- }
- }, [ [ "components/uni-load-more/uni-load-more-create-component" ] ] ]);
|