Add all the slots to popover mock

parent 53801134
......@@ -31,6 +31,6 @@ export const GlPopover = {
},
},
render(h) {
return h('div', this.$attrs, this.$slots.default);
return h('div', this.$attrs, Object.keys(this.$slots).map(s => this.$slots[s]));
},
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment