You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.8 KiB
73 lines
1.8 KiB
var h = function() {
|
|
var n = this, t = n.$createElement, a = n._self._c || t;
|
|
return a("button", {
|
|
staticClass: "fake-button"
|
|
}, [n._t("default")], 2);
|
|
}, m = [];
|
|
function C(n, t, a, c, s, _, i, d) {
|
|
var e = typeof n == "function" ? n.options : n;
|
|
t && (e.render = t, e.staticRenderFns = a, e._compiled = !0), c && (e.functional = !0), _ && (e._scopeId = "data-v-" + _);
|
|
var r;
|
|
if (i ? (r = function(o) {
|
|
o = o || // cached call
|
|
this.$vnode && this.$vnode.ssrContext || // stateful
|
|
this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !o && typeof __VUE_SSR_CONTEXT__ < "u" && (o = __VUE_SSR_CONTEXT__), s && s.call(this, o), o && o._registeredComponents && o._registeredComponents.add(i);
|
|
}, e._ssrRegister = r) : s && (r = d ? function() {
|
|
s.call(
|
|
this,
|
|
(e.functional ? this.parent : this).$root.$options.shadowRoot
|
|
);
|
|
} : s), r)
|
|
if (e.functional) {
|
|
e._injectStyles = r;
|
|
var v = e.render;
|
|
e.render = function(p, f) {
|
|
return r.call(f), v(p, f);
|
|
};
|
|
} else {
|
|
var u = e.beforeCreate;
|
|
e.beforeCreate = u ? [].concat(u, r) : [r];
|
|
}
|
|
return {
|
|
exports: n,
|
|
options: e
|
|
};
|
|
}
|
|
const b = {
|
|
data() {
|
|
return {
|
|
a: 123
|
|
};
|
|
}
|
|
}, l = {};
|
|
var $ = /* @__PURE__ */ C(
|
|
b,
|
|
h,
|
|
m,
|
|
!1,
|
|
R,
|
|
null,
|
|
null,
|
|
null
|
|
);
|
|
function R(n) {
|
|
for (let t in l)
|
|
this[t] = l[t];
|
|
}
|
|
const g = /* @__PURE__ */ function() {
|
|
return $.exports;
|
|
}(), k = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
__proto__: null,
|
|
FakeButton: g
|
|
}, Symbol.toStringTag, { value: "Module" })), y = {
|
|
install(n) {
|
|
Object.entries(k).forEach(([t, a]) => {
|
|
n.component(t, a);
|
|
});
|
|
}
|
|
};
|
|
export {
|
|
g as FakeButton,
|
|
y as FakeComponents,
|
|
k as default
|
|
};
|
|
|