Skip to content

Commit ae0caba

Browse files
authored
Merge pull request #158 from danielroe/app-import
fix: import nuxt composables from #imports
2 parents 641dca9 + 6fdb238 commit ae0caba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nuxt/runtime/templates/motion.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { MotionPlugin } from '@vueuse/motion'
2-
import { defineNuxtPlugin, useRuntimeConfig } from '#app'
2+
import { defineNuxtPlugin, useRuntimeConfig } from '#imports'
33

44
export default defineNuxtPlugin(
55
(nuxtApp) => {

0 commit comments

Comments
 (0)