fix ng not ready

master
Niko 12 months ago
parent b846e833c7
commit e188c5ee39
  1. 2
      ng-app/src/lib/Greet.svelte

@ -31,7 +31,7 @@
async function greet() {
// Learn more about Tauri commands at https://tauri.app/v1/guides/features/command
greetMsg = await ng.greet(name);
greetMsg = await ng?.greet(name);
}
</script>

Loading…
Cancel
Save