feat:更新版本号

This commit is contained in:
fanxb 2022-11-29 23:04:26 +08:00
parent 25aefe2aaa
commit 81c66c6b5b

View File

@ -16,7 +16,7 @@ export default {
name: "Home", name: "Home",
data() { data() {
return { return {
version: "1.0", version: "1.1",
activeIndex: this.$route.hash, activeIndex: this.$route.hash,
}; };
}, },