@nextcloud/vue
Version:
Nextcloud vue components
36 lines (35 loc) • 806 B
JavaScript
const _pluginVue2_normalizer = require("../chunks/_plugin-vue2_normalizer-V0q-tHlQ.cjs");
const _sfc_main = {
name: "NcVNodes",
props: {
/**
* The vnodes to render
*/
vnodes: {
type: [Array, Object],
default: null
}
},
/**
* The render function to display the component
*
* @return {object} The created VNode
*/
render() {
return this.vnodes || this.$slots?.default || this.$scopedSlots?.default?.();
}
};
const _sfc_render = null;
const _sfc_staticRenderFns = null;
var __component__ = /* @__PURE__ */ _pluginVue2_normalizer.normalizeComponent(
_sfc_main,
_sfc_render,
_sfc_staticRenderFns,
false,
null,
null
);
const NcVNodes = __component__.exports;
module.exports = NcVNodes;
//# sourceMappingURL=NcVNodes.cjs.map
;