Removed Motion and added vueuse/motion
This commit is contained in:
6
src/modules/motion.ts
Normal file
6
src/modules/motion.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { MotionPlugin } from '@vueuse/motion'
|
||||
import type { UserModule } from '~/types'
|
||||
|
||||
export const install: UserModule = ({ app, isClient }) => {
|
||||
isClient && app.use(MotionPlugin)
|
||||
}
|
||||
Reference in New Issue
Block a user