diff --git a/govue/govue.go b/govue/govue.go index 34411c4..ca80a1d 100644 --- a/govue/govue.go +++ b/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 }