From 671dc21393015983437a4d73ad570591522ab265 Mon Sep 17 00:00:00 2001 From: fanxb Date: Fri, 2 Dec 2022 17:46:47 +0800 Subject: [PATCH] =?UTF-8?q?docs:=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openRenamerFront/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openRenamerFront/src/App.vue b/openRenamerFront/src/App.vue index 453258f..6dd916d 100644 --- a/openRenamerFront/src/App.vue +++ b/openRenamerFront/src/App.vue @@ -16,7 +16,7 @@ export default { name: "Home", data() { return { - version: "1.1", + version: "1.2", activeIndex: this.$route.hash, }; },