From ce4f3eee63d430a403f2b4176d3d46151f6faaea Mon Sep 17 00:00:00 2001 From: public_host Date: Tue, 25 Aug 2020 14:11:13 +0800 Subject: [PATCH] fix --- govue/govue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }