mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-02 17:08:10 +00:00
41 lines
950 B
JavaScript
41 lines
950 B
JavaScript
(window.webpackJsonp = window.webpackJsonp || []).push([
|
|
[5],
|
|
{
|
|
334: function(e, t, c) {},
|
|
374: function(e, t, c) {
|
|
'use strict';
|
|
c(334);
|
|
},
|
|
382: function(e, t, c) {
|
|
'use strict';
|
|
c.r(t);
|
|
var i = {
|
|
name: 'CodeBlock',
|
|
props: { title: { type: String, required: !0 }, active: { type: Boolean, default: !1 } },
|
|
},
|
|
n = (c(374), c(42)),
|
|
s = Object(n.a)(
|
|
i,
|
|
function() {
|
|
var e = this.$createElement;
|
|
return (this._self._c || e)(
|
|
'div',
|
|
{
|
|
staticClass: 'theme-code-block',
|
|
class: { 'theme-code-block__active': this.active },
|
|
},
|
|
[this._t('default')],
|
|
2,
|
|
);
|
|
},
|
|
[],
|
|
!1,
|
|
null,
|
|
'6d04095e',
|
|
null,
|
|
);
|
|
t.default = s.exports;
|
|
},
|
|
},
|
|
]);
|