3136352472 5 years ago
parent
commit
57db461b85
  1. 3
      govue/govue.go

3
govue/govue.go

@ -206,9 +206,6 @@ func (gv *GoVue) LoadStaticResources(request *http.Request, goExtDataS ...interf
return
}
if filepath.Ext(filePath) != ".html" && filepath.Ext(filePath) != ".vue" {
if gv.CacheSec > 0 {
SetCache(cacheKey, string(result), gv.CacheSec)
}
return
}

Loading…
Cancel
Save