You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\Lenovo\go\pkg\mod\github.com!go!admin!group\[email protected]\sword\components\card\card.go:63:19: not enough arguments in call to button.Content
have ()
want ("github.com/GoAdminGroup/go-admin/context".Context)
C:\Users\Lenovo\go\pkg\mod\github.com!go!admin!group\[email protected]\sword\components\card\card.go:74:25: not enough arguments in call to c.BindActionTo
have (types.Action, string)
want ("github.com/GoAdminGroup/go-admin/context".Context, types.Action, string)
C:\Users\Lenovo\go\pkg\mod\github.com!go!admin!group\[email protected]\sword\components\card\card.go:79:25: not enough arguments in call to c.BindActionTo
have (types.Action, string)
want ("github.com/GoAdminGroup/go-admin/context".Context, types.Action, string)
C:\Users\Lenovo\go\pkg\mod\github.com!go!admin!group\[email protected]\sword\components\card\card.go:84:25: not enough arguments in call to c.BindActionTo
have (types.Action, string)
want ("github.com/GoAdminGroup/go-admin/context".Context, types.Action, string)
C:\Users\Lenovo\go\pkg\mod\github.com!go!admin!group\[email protected]\sword\components\card\card.go:89:25: not enough arguments in call to c.BindActionTo
have (types.Action, string)
want ("github.com/GoAdminGroup/go-admin/context".Context, types.Action, string)
C:\Users\Lenovo\go\pkg\mod\github.com!go!admin!group\[email protected]\sword\components\card\card.go:94:25: not enough arguments in call to c.BindActionTo
have (types.Action, string)
want ("github.com/GoAdminGroup/go-admin/context".Context, types.Action, string)`
The text was updated successfully, but these errors were encountered:
$ mkdir new_project && cd new_project
$ go install github.com/GoAdminGroup/adm@latest
$ adm init web
$go run main.go
执行上面命令启动报错:
`PS D:\github\go-admin> go run main.go
github.com/GoAdminGroup/themes/sword/components/card
C:\Users\Lenovo\go\pkg\mod\github.com!go!admin!group\[email protected]\sword\components\card\card.go:63:19: not enough arguments in call to button.Content
have ()
want ("github.com/GoAdminGroup/go-admin/context".Context)
C:\Users\Lenovo\go\pkg\mod\github.com!go!admin!group\[email protected]\sword\components\card\card.go:74:25: not enough arguments in call to c.BindActionTo
have (types.Action, string)
want ("github.com/GoAdminGroup/go-admin/context".Context, types.Action, string)
C:\Users\Lenovo\go\pkg\mod\github.com!go!admin!group\[email protected]\sword\components\card\card.go:79:25: not enough arguments in call to c.BindActionTo
have (types.Action, string)
want ("github.com/GoAdminGroup/go-admin/context".Context, types.Action, string)
C:\Users\Lenovo\go\pkg\mod\github.com!go!admin!group\[email protected]\sword\components\card\card.go:84:25: not enough arguments in call to c.BindActionTo
have (types.Action, string)
want ("github.com/GoAdminGroup/go-admin/context".Context, types.Action, string)
C:\Users\Lenovo\go\pkg\mod\github.com!go!admin!group\[email protected]\sword\components\card\card.go:89:25: not enough arguments in call to c.BindActionTo
have (types.Action, string)
want ("github.com/GoAdminGroup/go-admin/context".Context, types.Action, string)
C:\Users\Lenovo\go\pkg\mod\github.com!go!admin!group\[email protected]\sword\components\card\card.go:94:25: not enough arguments in call to c.BindActionTo
have (types.Action, string)
want ("github.com/GoAdminGroup/go-admin/context".Context, types.Action, string)`
The text was updated successfully, but these errors were encountered: