UNPKG

@nuxt/ui-pro

Version:

Ship beautiful web applications at the speed of light with Nuxt UI Pro.

10 lines (8 loc) 146 B
export default defineNuxtPlugin(() => { const appConfig = useAppConfig() return { provide: { ui: appConfig.ui.presets } } })