mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-02 05:08:03 +01:00
fix(templates): augment @nuxt/schema rather than nuxt/schema
This commit is contained in:
@@ -65,16 +65,12 @@ type AppConfigUI = {
|
|||||||
icons?: Partial<typeof icons>
|
icons?: Partial<typeof icons>
|
||||||
} & DeepPartial<typeof ui, string>
|
} & DeepPartial<typeof ui, string>
|
||||||
|
|
||||||
declare module 'nuxt/schema' {
|
|
||||||
interface AppConfigInput {
|
|
||||||
ui?: AppConfigUI
|
|
||||||
}
|
|
||||||
}
|
|
||||||
declare module '@nuxt/schema' {
|
declare module '@nuxt/schema' {
|
||||||
interface AppConfigInput {
|
interface AppConfigInput {
|
||||||
ui?: AppConfigUI
|
ui?: AppConfigUI
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export {}
|
export {}
|
||||||
`
|
`
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user