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