Update App.svelte

Fixed bind
pull/6128/head
ismakov-dh 6 years ago committed by GitHub
parent ff0ccb8755
commit 71e4a3fbc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,4 +11,4 @@
<h1 style="color: {pin ? '#333' : '#ccc'}">{view}</h1> <h1 style="color: {pin ? '#333' : '#ccc'}">{view}</h1>
<Keypad on:submit={handleSubmit}/> <Keypad bind:value="{pin}" on:submit={handleSubmit}/>

Loading…
Cancel
Save