svelte/test/runtime/samples/component-not-void/_config.js

4 lines
55 B

export default {
html: '<p><slot>Hello</slot></p>'
};