diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-09 18:25:21 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-09 18:25:21 +0900 |
| commit | 0b53ef9bae939c0e23d136f1c93e1bce09af73cd (patch) | |
| tree | 9279fab08136c491f65acfb5d0c36928053e6a52 /src/client/app/init.ts | |
| parent | Refactor client (#3178) (diff) | |
| download | sharkey-0b53ef9bae939c0e23d136f1c93e1bce09af73cd.tar.gz sharkey-0b53ef9bae939c0e23d136f1c93e1bce09af73cd.tar.bz2 sharkey-0b53ef9bae939c0e23d136f1c93e1bce09af73cd.zip | |
[Client] Fix bug
Diffstat (limited to 'src/client/app/init.ts')
| -rw-r--r-- | src/client/app/init.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/init.ts b/src/client/app/init.ts index d5833019db..80451f696a 100644 --- a/src/client/app/init.ts +++ b/src/client/app/init.ts @@ -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, |