mirror of https://github.com/sveltejs/svelte
commit
f8517edba9
@ -0,0 +1,3 @@
|
|||||||
|
export default {
|
||||||
|
html: `<h1>Hello world!</h1>`
|
||||||
|
};
|
@ -0,0 +1,5 @@
|
|||||||
|
<h1>Hello {name}!</h1>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export let name='world'
|
||||||
|
</script>
|
Loading…
Reference in new issue