This commit is contained in:
2026-06-09 01:10:40 +02:00
parent 897536afc9
commit 09b3a19a33
9 changed files with 409 additions and 110 deletions

View File

@@ -0,0 +1,6 @@
// plugins/motion.client.ts
import { MotionPlugin } from '@vueuse/motion'
export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.vueApp.use(MotionPlugin)
})