« get me outta code hell
1 2 3 4 5 6 7 8 9 10
export default { extraDependencies: ['html'], slots: { contentSource: {type: 'string'}, }, generate: (slots, {html}) => new html.Tag(null, null, slots.contentSource), };