@adyen/ui-assets-icons-16
Version:
33 lines (32 loc) • 1.06 kB
JavaScript
function v(r, a, d, h, i, t, f, u) {
var e = typeof r == "function" ? r.options : r;
a && (e.render = a, e.staticRenderFns = d, e._compiled = !0), h && (e.functional = !0), t && (e._scopeId = "data-v-" + t);
var o;
if (f ? (o = function(n) {
n = n || // cached call
this.$vnode && this.$vnode.ssrContext || // stateful
this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !n && typeof __VUE_SSR_CONTEXT__ != "undefined" && (n = __VUE_SSR_CONTEXT__), i && i.call(this, n), n && n._registeredComponents && n._registeredComponents.add(f);
}, e._ssrRegister = o) : i && (o = u ? function() {
i.call(
this,
(e.functional ? this.parent : this).$root.$options.shadowRoot
);
} : i), o)
if (e.functional) {
e._injectStyles = o;
var l = e.render;
e.render = function(p, _) {
return o.call(_), l(p, _);
};
} else {
var s = e.beforeCreate;
e.beforeCreate = s ? [].concat(s, o) : [o];
}
return {
exports: r,
options: e
};
}
export {
v as n
};