refactor: rename toSettings
parent
1fe0bd56e6
commit
1744d988a1
|
@ -197,7 +197,7 @@ export default {
|
||||||
this.$router.push({ path: "/settings/profile" });
|
this.$router.push({ path: "/settings/profile" });
|
||||||
this.closeHovers();
|
this.closeHovers();
|
||||||
},
|
},
|
||||||
toSettings() {
|
toGlobalSettings() {
|
||||||
this.$router.push({ path: "/settings/global" });
|
this.$router.push({ path: "/settings/global" });
|
||||||
this.closeHovers();
|
this.closeHovers();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue