mirror of https://github.com/sveltejs/svelte
Merge pull request #2314 from sveltejs/gh-2139-script
subscribe to global stores from scriptpull/2319/head
commit
415da7dade
@ -0,0 +1,3 @@
|
|||||||
|
<script>
|
||||||
|
$: $missingGlobal;
|
||||||
|
</script>
|
@ -0,0 +1,3 @@
|
|||||||
|
export default {
|
||||||
|
error: 'missingGlobal is not defined'
|
||||||
|
};
|
Loading…
Reference in new issue