mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 07:25:49 +02:00
[Client] Fix bug
This commit is contained in:
@@ -67,7 +67,7 @@ export default Vue.extend({
|
||||
|
||||
methods: {
|
||||
post() {
|
||||
(this as any).apis.post();
|
||||
this.$root.apis.post();
|
||||
},
|
||||
|
||||
toggleZenMode() {
|
||||
|
||||
Reference in New Issue
Block a user