diff --git a/README.md b/README.md index 0d2c15b..4aa40cf 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,19 @@ to this in your browser, and you can call your Go code from devtools. To build a redistributable, production mode package, use `wails build`. +## Tricks: + +### Inputs for date objects +```svelte +
+ + { + // @ts-ignore + session.Start = new Date(e.target.value); + }} + required +/> +```