[Client] Fix bug

This commit is contained in:
syuilo
2018-11-09 18:25:21 +09:00
parent 3f79c9ae49
commit 0b53ef9bae
4 changed files with 5 additions and 3 deletions

View File

@ -162,7 +162,7 @@ export default Vue.extend({
},
signout() {
this.$root.os.signout();
this.$root.signout();
},
notifications() {