ui.Bind("onStart", func(dateInString string) string {
// perform the server side task here
fmt.Println("app started", dateInString)
return "return str"
})
now, *.vue file how to use this ui.Bind "onStart" func?
<img alt="Vue logo" src="./assets/logo.png" onclick="onStart"> this can't compile
main.go :
now, *.vue file how to use this ui.Bind "onStart" func?
<img alt="Vue logo" src="./assets/logo.png" onclick="onStart">
this can't compile