{"version":3,"file":"NcVNodes.cjs","sources":["../../src/components/NcVNodes/NcVNodes.vue"],"sourcesContent":["\n\n\nA util component to render a VNode or an array of VNodes from the prop or the default slot.\n\n### Render the given or generated VNodes\n\n```vue\n\n\t\n\n\n\n```\n\n### Render content in a conditional wrapper\n\n```vue\n\n\t
\n\t\t
\n\t\t\tRender text inside \"NcNoteCard\"\n\t\t
\n\t\t\n\t\t\t
This content is rendered {{ shouldRenderNcNoteCard ? 'with' : 'without' }} a \"NcNoteCard\" wrapper