5
0
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:
Lea Anthony 2021-06-21 14:10:13 +10:00
parent 185b7fed63
commit 2d03d355c2

View File

@ -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>