This commit is contained in:
syuilo 2018-05-25 20:53:27 +09:00
parent ffc63383dc
commit 94b2ddef45

View file

@ -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 => {