Module configuration

Learn how to configure module.

nuxt.config
export default defineAppConfig({
  nuxtNotifications: {
    componentName: 'NuxtNotifications'
    composableName: 'useNotification'
  }
})
KeyTypeDefaultDescription
componentNamestringNuxtNotificationsThe name of the component that needs to be declared
composableNamestringuseNotificationThe name of the composable 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