From d2763a16f364c4bb94ccbec46df5f86a7b949f24 Mon Sep 17 00:00:00 2001 From: public_host Date: Wed, 12 Aug 2020 18:31:04 +0800 Subject: [PATCH] fix --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index b24097a..a80d925 100644 --- a/static/index.html +++ b/static/index.html @@ -81,7 +81,7 @@ var app = new Vue({ data: { title: "govue", - desc: "基础golang开发的一套vue服务端渲染方案", + desc: "基于golang开发的一套vue服务端渲染方案", version: "0", code: GoHtmlSrc, isShowCode: true