Skip to content

Commit

Permalink
Test nuxt module
Browse files Browse the repository at this point in the history
  • Loading branch information
kieuminhcanh committed Nov 26, 2024
1 parent 36863b0 commit da4e595
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ export default defineNuxtModule<ModuleOptions>({
async setup(options, nuxt) {
const { resolve } = createResolver(import.meta.url)

await installModule('vuetify-nuxt-module')
await installModule('vuetify-nuxt-module', {
moduleOptions: {},
vuetifyOptions: {}
})

nuxt.options.runtimeConfig.public.notifier = options

Expand Down

0 comments on commit da4e595

Please sign in to comment.