Skip to content

Commit

Permalink
Merge pull request #179 from danielroe/app-import
Browse files Browse the repository at this point in the history
fix: import nuxt composables from #imports
  • Loading branch information
justin-schroeder authored Nov 8, 2023
2 parents f865207 + 7d29163 commit b62aa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nuxt/runtime/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineNuxtPlugin } from "#app"
import { defineNuxtPlugin } from "#imports"
import { vAutoAnimate } from "@formkit/auto-animate/vue"

export default defineNuxtPlugin((app) => {
Expand Down

1 comment on commit b62aa87

@vercel
Copy link

@vercel vercel bot commented on b62aa87 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.