mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 00:59:34 +08:00
12 lines
274 B
Svelte
12 lines
274 B
Svelte
<script>
|
|
import Window from './Window/Window.svelte';
|
|
</script>
|
|
<div>
|
|
The Wails runtime offers extensive control over the appliation window. This is available through the <code>runtime.Window</code> component.
|
|
|
|
<br/><br/>
|
|
|
|
<Window></Window>
|
|
</div>
|
|
|