updated the reference key for data and store to store mapping to @data: and @storeID: in composite.
This commit is contained in:
@ -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>
|
||||
|
@ -3,7 +3,6 @@
|
||||
export let store;
|
||||
|
||||
let isStoreLoaded = false;
|
||||
$: console.log('store: ' + JSON.stringify($store));
|
||||
|
||||
$: if (services && services.helloEarthAlert) {
|
||||
// services.helloEarthAlert.alertMe();
|
||||
|
Reference in New Issue
Block a user