mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 16:00:39 +01:00
test: move colors into theme.colors
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
modules: ['../../src/module'],
|
modules: ['../../src/module'],
|
||||||
ui: {
|
ui: {
|
||||||
colors: ['blue', 'green', 'red']
|
theme: {
|
||||||
|
colors: ['blue', 'green', 'red']
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user