uni-load-more.js 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. (global.webpackJsonp = global.webpackJsonp || []).push([ [ "components/uni-load-more/uni-load-more" ], {
  2. 413: function(n, e, t) {
  3. t.r(e);
  4. var o = t(414), r = t(416);
  5. for (var u in r) "default" !== u && function(n) {
  6. t.d(e, n, function() {
  7. return r[n];
  8. });
  9. }(u);
  10. t(418);
  11. var c = t(13), a = Object(c.default)(r.default, o.render, o.staticRenderFns, !1, null, null, null, !1, o.components, void 0);
  12. a.options.__file = "components/uni-load-more/uni-load-more.vue", e.default = a.exports;
  13. },
  14. 414: function(n, e, t) {
  15. t.r(e);
  16. var o = t(415);
  17. t.d(e, "render", function() {
  18. return o.render;
  19. }), t.d(e, "staticRenderFns", function() {
  20. return o.staticRenderFns;
  21. }), t.d(e, "recyclableRender", function() {
  22. return o.recyclableRender;
  23. }), t.d(e, "components", function() {
  24. return o.components;
  25. });
  26. },
  27. 415: function(n, e, t) {
  28. t.r(e), t.d(e, "render", function() {
  29. return o;
  30. }), t.d(e, "staticRenderFns", function() {
  31. return u;
  32. }), t.d(e, "recyclableRender", function() {
  33. return r;
  34. }), t.d(e, "components", function() {});
  35. var o = function() {
  36. var n = this;
  37. n.$createElement;
  38. n._self._c;
  39. }, r = !1, u = [];
  40. o._withStripped = !0;
  41. },
  42. 416: function(n, e, t) {
  43. t.r(e);
  44. var o = t(417), r = t.n(o);
  45. for (var u in o) "default" !== u && function(n) {
  46. t.d(e, n, function() {
  47. return o[n];
  48. });
  49. }(u);
  50. e.default = r.a;
  51. },
  52. 417: function(n, e, t) {
  53. Object.defineProperty(e, "__esModule", {
  54. value: !0
  55. }), e.default = void 0;
  56. var o = {
  57. name: "uni-load-more",
  58. props: {
  59. status: {
  60. type: String,
  61. default: "more"
  62. },
  63. showIcon: {
  64. type: Boolean,
  65. default: !0
  66. },
  67. color: {
  68. type: String,
  69. default: "#777777"
  70. },
  71. contentText: {
  72. type: Object,
  73. default: function() {
  74. return {
  75. contentdown: "上拉显示更多",
  76. contentrefresh: "正在加载...",
  77. contentnomore: "没有更多数据了"
  78. };
  79. }
  80. }
  81. },
  82. data: function() {
  83. return {};
  84. }
  85. };
  86. e.default = o;
  87. },
  88. 418: function(n, e, t) {
  89. t.r(e);
  90. var o = t(419), r = t.n(o);
  91. for (var u in o) "default" !== u && function(n) {
  92. t.d(e, n, function() {
  93. return o[n];
  94. });
  95. }(u);
  96. e.default = r.a;
  97. },
  98. 419: function(n, e, t) {}
  99. } ]), (global.webpackJsonp = global.webpackJsonp || []).push([ "components/uni-load-more/uni-load-more-create-component", {
  100. "components/uni-load-more/uni-load-more-create-component": function(n, e, t) {
  101. t("1").createComponent(t(413));
  102. }
  103. }, [ [ "components/uni-load-more/uni-load-more-create-component" ] ] ]);