mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-06 00:05:36 +02:00
[Client] Fix bug
This commit is contained in:
@@ -12,7 +12,7 @@ export default Vue.extend({
|
||||
i18n: i18n('desktop/views/components/ui.header.post.vue'),
|
||||
methods: {
|
||||
post() {
|
||||
(this as any).apis.post();
|
||||
this.$root.apis.post();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user