5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 00:59:34 +08:00
wails/v2/test/kitchensink/frontend/src/pages/Window/Window.svelte
2020-11-15 12:01:43 +11:00

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>