diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-25 20:53:27 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-25 20:53:27 +0900 |
| commit | 94b2ddef45cf1e1f0a53ffde7cca7a953514eb22 (patch) | |
| tree | 7007db4a4ea9dc1412402189ee3b5b13eee84379 /src/client/app | |
| parent | i18n (diff) | |
| download | sharkey-94b2ddef45cf1e1f0a53ffde7cca7a953514eb22.tar.gz sharkey-94b2ddef45cf1e1f0a53ffde7cca7a953514eb22.tar.bz2 sharkey-94b2ddef45cf1e1f0a53ffde7cca7a953514eb22.zip | |
oops
Diffstat (limited to 'src/client/app')
| -rw-r--r-- | src/client/app/init.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/app/init.ts b/src/client/app/init.ts index ed0fe4826d..560ab1a096 100644 --- a/src/client/app/init.ts +++ b/src/client/app/init.ts @@ -102,7 +102,9 @@ export default (callback: (launch: (router: VueRouter, api?: (os: MiOS) => API) //#region Dark/Light Vue.mixin({ data() { - _unwatchDarkmode_: null + return { + _unwatchDarkmode_: null + }; }, mounted() { const apply = v => { |