mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 23:40:39 +01:00
chore(module): allow key extend in app.config
This commit is contained in:
@@ -21,6 +21,7 @@ type UI = {
|
||||
gray?: string
|
||||
colors?: string[]
|
||||
strategy?: Strategy
|
||||
[key: string]: any
|
||||
} & DeepPartial<typeof config>
|
||||
|
||||
declare module 'nuxt/schema' {
|
||||
|
||||
Reference in New Issue
Block a user