We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d4b30 commit ae2f6b9Copy full SHA for ae2f6b9
src/app.ts
@@ -1,7 +1,7 @@
1
import { createApp } from 'nativescript-vue';
2
+import { useColorMode } from "@vallemar/nativescript-vueuse";
3
import Home from './components/Home.vue';
-import {useColorMode} from "@vallemar/nativescript-vueuse";
4
-import {THEMES} from "~/data";
+import { THEMES } from "~/data";
5
6
useColorMode({
7
modes: THEMES
0 commit comments