holy
This commit is contained in:
6
frontend/plugins/motion.client.ts
Normal file
6
frontend/plugins/motion.client.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// plugins/motion.client.ts
|
||||
import { MotionPlugin } from '@vueuse/motion'
|
||||
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
nuxtApp.vueApp.use(MotionPlugin)
|
||||
})
|
||||
Reference in New Issue
Block a user