Skip to content

Commit

Permalink
fix: import nuxt composables from #imports (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Nov 8, 2023
1 parent 1caf016 commit 4097093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/notivue/nuxt/module.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const module = defineNuxtModule({
getContents() {
return `
import { createNotivue } from 'notivue'
import { defineNuxtPlugin, useRuntimeConfig } from '#app'
import { defineNuxtPlugin, useRuntimeConfig } from '#imports'
function nullToInf(obj) {
if (obj == null) return 1 / 0
Expand Down

0 comments on commit 4097093

Please sign in to comment.