1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 13:35:52 +02:00

[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

@@ -290,6 +290,7 @@ export default (callback: (launch: (router: VueRouter) => [Vue, MiOS]) => void,
api: os.api,
getMeta: os.getMeta,
getMetaSync: os.getMetaSync,
signout: os.signout,
new(vm, props) {
const x = new vm({
parent: this,