mirror of https://github.com/sveltejs/svelte
subscribe to global stores from script (#2139)
parent
32764d76e4
commit
d4f038cfa7
@ -0,0 +1,3 @@
|
|||||||
|
<script>
|
||||||
|
$: $missingGlobal;
|
||||||
|
</script>
|
@ -0,0 +1,3 @@
|
|||||||
|
export default {
|
||||||
|
error: 'missingGlobal is not defined'
|
||||||
|
};
|
Loading…
Reference in new issue