Added realtime watching capabilites to vite's virtual loaders
This commit is contained in:
@ -5,10 +5,10 @@
|
||||
let isStoreLoaded = false;
|
||||
|
||||
$: if (services && services.helloEarthAlert) {
|
||||
// services.helloEarthAlert.alertMe();
|
||||
services.helloEarthAlert.alertMe();
|
||||
}
|
||||
$: if (services.core) {
|
||||
// services.core.testAlert();
|
||||
services.core.testAlert();
|
||||
}
|
||||
|
||||
$: if ($store) isStoreLoaded = true;
|
||||
|
Reference in New Issue
Block a user