svelte/test/runtime/samples/prop-not-action/_config.js

10 lines
104 B

export default {
props: {
currentUser: { name: 'world' }
},
html: `
<h1>Hello world!</h1>
`
};