h5-Dooring/doc-dist/assets/js/4.1eeab90b.js
2021-05-18 21:49:30 +08:00

35 lines
879 B
JavaScript

(window.webpackJsonp = window.webpackJsonp || []).push([
[4],
{
333: function(t, e, n) {},
373: function(t, e, n) {
'use strict';
n(333);
},
407: function(t, e, n) {
'use strict';
n.r(e);
var i = {
functional: !0,
props: {
type: { type: String, default: 'tip' },
text: String,
vertical: { type: String, default: 'top' },
},
render: function(t, e) {
var n = e.props,
i = e.slots;
return t(
'span',
{ class: ['badge', n.type], style: { verticalAlign: n.vertical } },
n.text || i().default,
);
},
},
r = (n(373), n(42)),
p = Object(r.a)(i, void 0, void 0, !1, null, '15b7b770', null);
e.default = p.exports;
},
},
]);