Рефакторинг

This commit is contained in:
Book Pauk
2020-03-19 19:09:39 +07:00
parent b308dd58cc
commit e1b85e4a1b
6 changed files with 11 additions and 18 deletions

View File

@@ -56,7 +56,7 @@ class HelpPage extends Vue {
selectedTab = 'CommonHelpPage';
close() {
this.$emit('help-toggle');
this.$emit('do-action', {action: 'help'});
}
get activePage() {