mirror of https://github.com/sveltejs/svelte
parent
de3002b63a
commit
6ecf9e59d3
@ -0,0 +1,3 @@
|
||||
export default {
|
||||
html: `<p>42</p>`
|
||||
};
|
@ -0,0 +1,5 @@
|
||||
<script context="module">
|
||||
const foo = 42;
|
||||
</script>
|
||||
|
||||
<p>{foo}</p>
|
Loading…
Reference in new issue