mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
oops
This commit is contained in:
parent
04b93715ff
commit
4aadd8b04f
1 changed files with 3 additions and 1 deletions
|
@ -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() {
|
||||||
|
return {
|
||||||
_unwatchDarkmode_: null
|
_unwatchDarkmode_: null
|
||||||
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
const apply = v => {
|
const apply = v => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue