summaryrefslogtreecommitdiff
path: root/src/client/app/init.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-11-09 18:25:21 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-11-09 18:25:21 +0900
commit0b53ef9bae939c0e23d136f1c93e1bce09af73cd (patch)
tree9279fab08136c491f65acfb5d0c36928053e6a52 /src/client/app/init.ts
parentRefactor client (#3178) (diff)
downloadsharkey-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.ts1
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,