chore(vue): auto import useAppConfig

This commit is contained in:
Benjamin Canac
2025-02-27 14:58:01 +01:00
parent 5d5f2a02eb
commit 607d9a7b4e
3 changed files with 4 additions and 5 deletions

View File

@@ -4,10 +4,6 @@ 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()