mirror of
https://github.com/nuxt/ui.git
synced 2026-09-14 19:51:10 +08:00
5cb65cfbd0
Co-authored-by: Hugo Richard <hugo.richard@epitech.eu>
7 lines
100 B
TypeScript
7 lines
100 B
TypeScript
export default defineNuxtConfig({
|
|
modules: ['../../src/module'],
|
|
ui: {
|
|
content: true
|
|
}
|
|
})
|