@nextcloud/vue
Version:
Nextcloud vue components
25 lines (24 loc) • 987 B
JavaScript
function u(r, s, d, p, n, i, a, f) {
var e = typeof r == "function" ? r.options : r;
s && (e.render = s, e.staticRenderFns = d, e._compiled = !0), p && (e.functional = !0), i && (e._scopeId = "data-v-" + i);
var o;
if (a ? (o = function(t) {
t = t || this.$vnode && this.$vnode.ssrContext || this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !t && typeof __VUE_SSR_CONTEXT__ < "u" && (t = __VUE_SSR_CONTEXT__), n && n.call(this, t), t && t._registeredComponents && t._registeredComponents.add(a);
}, e._ssrRegister = o) : n && (o = f ? function() {
n.call(this, (e.functional ? this.parent : this).$root.$options.shadowRoot);
} : n), o)
if (e.functional) {
e._injectStyles = o;
var l = e.render;
e.render = function(t, _) {
return o.call(_), l(t, _);
};
} else {
var c = e.beforeCreate;
e.beforeCreate = c ? [].concat(c, o) : [o];
}
return { exports: r, options: e };
}
export {
u as n
};