minors
This commit is contained in:
@ -7,7 +7,10 @@
|
||||
const store = getComponentStore(id);
|
||||
$: console.log('store:', $store);
|
||||
|
||||
export let helloEarthAlert;
|
||||
|
||||
onMount(async () => {
|
||||
helloEarthAlert.alertMe();
|
||||
console.log('hello Earth');
|
||||
});
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user