123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- (global.webpackJsonp = global.webpackJsonp || []).push([ [ "components/uni-badge/uni-badge" ], {
- 549: function(n, e, t) {
- t.r(e);
- var r = t(550), o = t(552);
- for (var u in o) "default" !== u && function(n) {
- t.d(e, n, function() {
- return o[n];
- });
- }(u);
- t(554);
- var a = t(13), i = Object(a.default)(o.default, r.render, r.staticRenderFns, !1, null, "26a60cd2", null, !1, r.components, void 0);
- i.options.__file = "components/uni-badge/uni-badge.vue", e.default = i.exports;
- },
- 550: function(n, e, t) {
- t.r(e);
- var r = t(551);
- t.d(e, "render", function() {
- return r.render;
- }), t.d(e, "staticRenderFns", function() {
- return r.staticRenderFns;
- }), t.d(e, "recyclableRender", function() {
- return r.recyclableRender;
- }), t.d(e, "components", function() {
- return r.components;
- });
- },
- 551: function(n, e, t) {
- t.r(e), t.d(e, "render", function() {
- return r;
- }), t.d(e, "staticRenderFns", function() {
- return u;
- }), t.d(e, "recyclableRender", function() {
- return o;
- }), t.d(e, "components", function() {});
- var r = function() {
- var n = this;
- n.$createElement;
- n._self._c;
- }, o = !1, u = [];
- r._withStripped = !0;
- },
- 552: function(n, e, t) {
- t.r(e);
- var r = t(553), o = t.n(r);
- for (var u in r) "default" !== u && function(n) {
- t.d(e, n, function() {
- return r[n];
- });
- }(u);
- e.default = o.a;
- },
- 553: function(n, e, t) {
- Object.defineProperty(e, "__esModule", {
- value: !0
- }), e.default = void 0;
- var r = {
- name: "UniBadge",
- props: {
- type: {
- type: String,
- default: "default"
- },
- inverted: {
- type: Boolean,
- default: !1
- },
- text: {
- type: [ String, Number ],
- default: ""
- },
- size: {
- type: String,
- default: "normal"
- }
- },
- data: function() {
- return {
- width: "display: inline-block;width: ".concat(15 * String(this.text).length + 25, "rpx")
- };
- },
- methods: {
- onClick: function() {
- this.$emit("click");
- }
- }
- };
- e.default = r;
- },
- 554: function(n, e, t) {
- t.r(e);
- var r = t(555), o = t.n(r);
- for (var u in r) "default" !== u && function(n) {
- t.d(e, n, function() {
- return r[n];
- });
- }(u);
- e.default = o.a;
- },
- 555: function(n, e, t) {}
- } ]), (global.webpackJsonp = global.webpackJsonp || []).push([ "components/uni-badge/uni-badge-create-component", {
- "components/uni-badge/uni-badge-create-component": function(n, e, t) {
- t("1").createComponent(t(549));
- }
- }, [ [ "components/uni-badge/uni-badge-create-component" ] ] ]);
|