1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-01 03:33:26 +00:00
Nuxt/examples/other/locale/nuxt.config.ts

6 lines
69 B
TypeScript

export default defineNuxtConfig({
modules: [
'@nuxt/ui'
]
})