public_host 4 years ago
parent
commit
ce4f3eee63
  1. 2
      govue/govue.go

2
govue/govue.go

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

Loading…
Cancel
Save