Browse Source

fix

master v1.0.2
public_host 4 years ago
parent
commit
636d2f10c9
  1. 2
      govue/govue.go

2
govue/govue.go

@ -201,7 +201,7 @@ func (gv *GoVue) LoadStaticResources(request *http.Request, goExtDataS ...interf
govueDebug := request.URL.Query().Get("govue_debug")
if govueDebug != "1" {
if govueDebug == "1" {
return
}

Loading…
Cancel
Save