mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 03:46:52 +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)
|
|
})
|