Module configuration

Learn how to configure module.

nuxt.config
export default defineAppConfig({
  nuxtNotifications: {
    componentName: 'NuxtNotifications'
  }
})
KeyTypeDefaultDescription
componentNamestringNuxtNotificationsThe name of the component that needs to be declared

Learn how customize vue plugin

If you need to configure a plugin for vue, please refer to the documentation vue3-notification