This commit is contained in:
Samuel Andert
2023-07-25 15:54:36 +02:00
parent 38ec75d19b
commit b560897e17
5 changed files with 27 additions and 20 deletions

View File

@ -7,7 +7,10 @@
const store = getComponentStore(id);
$: console.log('store:', $store);
export let helloEarthAlert;
onMount(async () => {
helloEarthAlert.alertMe();
console.log('hello Earth');
});
</script>