mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
12 lines
251 B
Svelte
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>
|
|
|