mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 18:19:36 +08:00
[v2] Vanilla template fix (no drag)
This commit is contained in:
parent
185b7fed63
commit
2d03d355c2
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
<body data-wails-drag>
|
<body data-wails-drag>
|
||||||
<div id="logo"></div>
|
<div id="logo"></div>
|
||||||
<div id="input">
|
<div id="input" data-wails-no-drag>
|
||||||
<input id="name" type="text"></input>
|
<input id="name" type="text">
|
||||||
<button onclick="greet()">Greet</button>
|
<button onclick="greet()">Greet</button>
|
||||||
</div>
|
</div>
|
||||||
<div id="result"></div>
|
<div id="result"></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user