Skip to content

Commit

Permalink
fix: import nuxt composables from #imports (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 9, 2023
1 parent 75e5150 commit 50d9677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/floating-vue/nuxt.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default async function (_, _nuxt) {
addPluginTemplate({
filename: 'floating-vue.mjs',
getContents: () => `
import { defineNuxtPlugin } from '#app'
import { defineNuxtPlugin } from '#imports'
import FloatingVue from 'floating-vue'
export default defineNuxtPlugin((nuxtApp) => {
Expand Down

0 comments on commit 50d9677

Please sign in to comment.