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 //#region Dark/Light
Vue.mixin({ Vue.mixin({
data() { data() {
_unwatchDarkmode_: null return {
_unwatchDarkmode_: null
};
}, },
mounted() { mounted() {
const apply = v => { const apply = v => {