diff --git a/playground-vue/src/app.vue b/playground-vue/src/app.vue index 071fe924..683cadc7 100644 --- a/playground-vue/src/app.vue +++ b/playground-vue/src/app.vue @@ -2,12 +2,14 @@ import { splitByCase, upperFirst } from 'scule' import { useRouter } from 'vue-router' import { reactive, ref } from 'vue' +import { useColorMode } from '@vueuse/core' // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore included for compatibility with Nuxt playground import { useAppConfig } from '#imports' const appConfig = useAppConfig() +const mode = useColorMode() appConfig.toaster = reactive({ position: 'bottom-right' as const, @@ -84,6 +86,16 @@ defineShortcuts({