chore(module): allow key extend in app.config

This commit is contained in:
Benjamin Canac
2023-09-21 14:26:21 +02:00
parent 67e85f98e2
commit 60210aad75

View File

@@ -21,6 +21,7 @@ type UI = {
gray?: string
colors?: string[]
strategy?: Strategy
[key: string]: any
} & DeepPartial<typeof config>
declare module 'nuxt/schema' {