mirror of https://github.com/sveltejs/svelte
parent
3d0a5f8c37
commit
34bb8119b7
@ -0,0 +1,7 @@
|
||||
export default {
|
||||
compileOptions: {
|
||||
dev: true
|
||||
},
|
||||
|
||||
warnings: []
|
||||
};
|
@ -0,0 +1,7 @@
|
||||
<script>
|
||||
export function foo() {}
|
||||
</script>
|
||||
|
||||
<p>
|
||||
{foo()}
|
||||
</p>
|
Loading…
Reference in new issue