Files
wails/v2/test/kitchensink/frontend/src/pages/System/System.svelte
2020-10-23 11:46:12 +11:00

12 lines
251 B
Svelte

<script>
import Platform from "./Platform/Platform.svelte";
</script>
<div>
The Wails runtime offers the ability to query system information through the <code>runtime.System</code> component.
<br/>
<Platform></Platform>
</div>