mirror of https://github.com/sveltejs/svelte
parent
e9b2234e7c
commit
c7d4372f26
@ -1,7 +1,7 @@
|
||||
<script>
|
||||
export let bar = 1;
|
||||
|
||||
function foo() {
|
||||
export function foo() {
|
||||
return bar * 2;
|
||||
}
|
||||
</script>
|
Loading…
Reference in new issue