docs:修改版本号

This commit is contained in:
fanxb 2022-12-02 17:46:47 +08:00
parent f83bb9902e
commit 671dc21393

View File

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