updated the reference key for data and store to store mapping to @data: and @storeID: in composite.

This commit is contained in:
Samuel Andert
2023-07-27 14:28:40 +02:00
parent 1ce7b80c9b
commit b546a22302
7 changed files with 33 additions and 24 deletions

View File

@ -1,8 +1,9 @@
<script>
import { AppBar } from '@skeletonlabs/skeleton';
export let store;
</script>
<AppBar>
<h1 class="h4">Nova</h1>
<!-- <h1 class="h4">{$store.dapp.name}</h1> -->
<!-- <svelte:fragment slot="trail">(actions)</svelte:fragment> -->
</AppBar>

View File

@ -3,7 +3,6 @@
export let store;
let isStoreLoaded = false;
$: console.log('store: ' + JSON.stringify($store));
$: if (services && services.helloEarthAlert) {
// services.helloEarthAlert.alertMe();