mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-05-11 01:28:02 +08:00
* chore: update LICENSE * refactor: refactor templates entirely using TypeScript reslove: https://github.com/misitebao/wails-template-vue/issues/35 * feat: update template
8 lines
204 B
JavaScript
8 lines
204 B
JavaScript
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function Hello() {
|
|
return window['go']['main']['App']['Hello']();
|
|
}
|