Fix vue-ts template (#1813)

This commit is contained in:
Lea Anthony
2022-08-31 23:28:55 +10:00
committed by GitHub
parent 3a7ef4c26d
commit 01e46f0c24
22 changed files with 291 additions and 51 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ go env -w GOPROXY=https://goproxy.cn,direct
Source: https://github.com/wailsapp/wails/issues/1233
## The generated Typescript doesn''t have the correct types
## The generated Typescript doesn't have the correct types
Sometimes the generated Typescript doesn''t have the correct types. To mitigate this,
it is possible to specify what types should be generated using the `ts_type` struct tag. For