mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 05:37:00 +00:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
import { MotionPlugin } from '@vueuse/motion'
|
|
|
|
export default defineNuxtPlugin((nuxtApp) => {
|
|
nuxtApp.vueApp.use(MotionPlugin)
|
|
})
|