mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 15:01:46 +01:00
chore(module): add @ts-ignore on appConfig assign
This commit is contained in:
@@ -122,6 +122,7 @@ export default defineNuxtModule<ModuleOptions>({
|
||||
|
||||
const colors = excludeColors(globalColors)
|
||||
|
||||
// @ts-ignore
|
||||
nuxt.options.appConfig.ui = {
|
||||
primary: 'green',
|
||||
gray: 'cool',
|
||||
|
||||
Reference in New Issue
Block a user