10 lines
121 B

export default {
html: `
<p>override default slot</p>
`,
test({ component }) {
component.nested.foo = 'b';
}
};