mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore(example): normal config
This commit is contained in:
@@ -3,6 +3,10 @@ import { defineNuxtConfig } from 'nuxt3'
|
||||
// https://v3.nuxtjs.org/docs/directory-structure/nuxt.config
|
||||
export default defineNuxtConfig({
|
||||
buildModules: [
|
||||
['../src', { primary: 'blue', prefix: 'nu' }]
|
||||
]
|
||||
'../src'
|
||||
],
|
||||
ui: {
|
||||
primary: 'blue',
|
||||
prefix: 'u'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user