Глобальный рефакторинг SettingsPage (в процессе)

This commit is contained in:
Book Pauk
2022-10-12 15:58:17 +07:00
parent 8abd8ecaab
commit fe6243e889
5 changed files with 397 additions and 337 deletions

View File

@@ -52,7 +52,7 @@ class ToolBarTab {
get mode() {
return this.$store.state.config.mode;
}
}
}
export default vueComponent(ToolBarTab);